Fix group spinach feature
This commit is contained in:
parent
4340112398
commit
c4f3c54ecb
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ class AdminGroups < Spinach::FeatureSteps
|
||||||
|
|
||||||
And 'submit form with new group info' do
|
And 'submit form with new group info' do
|
||||||
fill_in 'group_name', :with => 'gitlab'
|
fill_in 'group_name', :with => 'gitlab'
|
||||||
fill_in 'group_path', :with => 'gitlab'
|
click_button "Create group"
|
||||||
click_button "Save group"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
Then 'I should see newly created group' do
|
Then 'I should see newly created group' do
|
||||||
|
|
Loading…
Add table
Reference in a new issue