Commit c4f3c54e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix group spinach feature

parent 43401123
......@@ -9,8 +9,7 @@ class AdminGroups < Spinach::FeatureSteps
And 'submit form with new group info' do
fill_in 'group_name', :with => 'gitlab'
fill_in 'group_path', :with => 'gitlab'
click_button "Save group"
click_button "Create group"
end
Then 'I should see newly created group' 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