Commit 376bf540 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix ee tests

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 2212a6f3
......@@ -114,7 +114,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
end
step 'I go to "Audit Events"' do
click_link 'Audit Events'
find(:link, 'Audit Events').trigger('click')
end
step 'I should see the audit event listed' do
......
......@@ -144,7 +144,7 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I go to "Audit Events"' do
click_link 'Audit Events'
find(:link, 'Audit Events').trigger('click')
end
step 'I should see the audit event listed' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment