Commit 3228183f authored by Phil Hughes's avatar Phil Hughes

spec fixes

parent 605b4a55
......@@ -47,7 +47,7 @@ feature 'Groups > Audit Events', :js do
end
# This is to avoid a Capybara::Poltergeist::MouseEventFailed error
find('a[aria-label=Settings]').trigger('click')
find(:link, text: 'Settings').trigger('click')
click_link 'Audit Events'
......
......@@ -98,7 +98,7 @@ feature 'Projects > Audit Events', :js do
end
# This is to avoid a Capybara::Poltergeist::MouseEventFailed error
find('a[aria-label=Settings]').trigger('click')
find(:link, text: 'Settings').trigger('click')
click_link 'Audit Events'
......
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