Fix spinach test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
1f2628fe21
commit
d0b1bc222e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Spinach::Features::AdminGroups < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
step 'submit form with new group info' do
|
||||
fill_in 'group_name', with: 'gitlab'
|
||||
fill_in 'group_path', with: 'gitlab'
|
||||
fill_in 'group_description', with: 'Group description'
|
||||
click_button "Create group"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue