diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-27 21:33:56 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-27 21:33:56 +0200 |
commit | c4f3c54ecb3279ce91d987b64055f2eacb1b7fd5 (patch) | |
tree | 1ce39f3821e4bfda91006faa55bab421a5327b70 /features/steps | |
parent | 43401123989633b6a6dac4a29100775deb833c2a (diff) | |
download | gitlab-ce-c4f3c54ecb3279ce91d987b64055f2eacb1b7fd5.tar.gz |
Fix group spinach feature
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/admin/admin_groups.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/steps/admin/admin_groups.rb b/features/steps/admin/admin_groups.rb index dbde19135db..5386f473320 100644 --- a/features/steps/admin/admin_groups.rb +++ b/features/steps/admin/admin_groups.rb @@ -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 |