Commit 0d64f2c4 authored by Robert Speicher's avatar Robert Speicher

Attempt to fix failing feature that only fails on CI

parent 2754d6e6
......@@ -36,7 +36,9 @@ class Spinach::Features::GroupsManagement < Spinach::FeatureSteps
step 'I reload "Open" project members page' do
visit root_path
click_link 'Sourcing / Open'
click_link 'Members'
page.within('.nav-sidebar') do
click_link 'Members'
end
end
step 'I go to group settings page' 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