Skip to content
Snippets Groups Projects
Commit 638376c3 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed group tests

parent 2c3fa33c
No related branches found
No related tags found
1 merge request!6148Project members UI
Loading
Loading
@@ -105,7 +105,7 @@ class Spinach::Features::AdminGroups < Spinach::FeatureSteps
select "Developer", from: "access_level"
end
 
click_button "Add users to group"
click_button "Add to group"
end
 
step 'I should see current user as "Developer"' do
Loading
Loading
Loading
Loading
@@ -109,7 +109,7 @@ class Spinach::Features::GroupMembers < Spinach::FeatureSteps
step 'I search for \'Mary\' member' do
page.within '.member-search-form' do
fill_in 'search', with: 'Mary'
click_button 'Search'
find('.member-search-btn').click
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment