Commit 7c71d0a5 authored by Robert Speicher's avatar Robert Speicher

"Fix" the GroupsManagement Spinach feature

This test makes no sense. Why are we saying we _cannot_ control user
membership, and then add an expectation that the field to do that
exists?
parent 6280bcc0
......@@ -64,6 +64,5 @@ class Spinach::Features::GroupsManagement < Spinach::FeatureSteps
step 'I cannot control user membership from project page' do
expect(page).not_to have_button 'Add members'
expect(page).not_to have_link 'Import members'
expect(page).to have_selector '#project_member_access_level'
end
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