Commit c4f3c54ecb3279ce91d987b64055f2eacb1b7fd5

Authored by Dmitriy Zaporozhets
1 parent 43401123

Fix group spinach feature

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
features/steps/admin/admin_groups.rb
@@ -9,8 +9,7 @@ class AdminGroups < Spinach::FeatureSteps @@ -9,8 +9,7 @@ class AdminGroups < Spinach::FeatureSteps
9 9
10 And 'submit form with new group info' do 10 And 'submit form with new group info' do
11 fill_in 'group_name', :with => 'gitlab' 11 fill_in 'group_name', :with => 'gitlab'
12 - fill_in 'group_path', :with => 'gitlab'  
13 - click_button "Save group" 12 + click_button "Create group"
14 end 13 end
15 14
16 Then 'I should see newly created group' do 15 Then 'I should see newly created group' do