Commit 1d88fa72 authored by Phil Hughes's avatar Phil Hughes

more spec fixes

parent bce11e04
......@@ -37,7 +37,7 @@ class Spinach::Features::GroupsManagement < Spinach::FeatureSteps
step 'I reload "Open" project members page' do
visit root_path
click_link 'Sourcing / Open'
page.within('.layout-nav') do
page.within('.nav-sidebar') do
click_link 'Settings'
end
click_link 'Members'
......
......@@ -17,6 +17,8 @@ describe 'New/edit issue', :js do
project.team << [user, :master]
project.team << [user2, :master]
allow_any_instance_of(ApplicationHelper).to receive(:collapsed_sidebar?).and_return(true)
stub_licensed_features(multiple_issue_assignees: true)
gitlab_sign_in(user)
end
......
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