Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-02 17:44:46 +0300
committerPhil Hughes <me@iamphill.com>2016-09-13 10:44:59 +0300
commit638376c35494860936bf2858c01115dc4afe0bfe (patch)
tree90270ea9ad499a8e6e7036842aefcf10f5695eac /features/steps/admin
parent2c3fa33ca2e75792d1027eb73e2f69fed67bc435 (diff)
Fixed group tests
Diffstat (limited to 'features/steps/admin')
-rw-r--r--features/steps/admin/groups.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/groups.rb b/features/steps/admin/groups.rb
index 0c89a3db9ad..9396a76f0a2 100644
--- a/features/steps/admin/groups.rb
+++ b/features/steps/admin/groups.rb
@@ -105,7 +105,7 @@ class Spinach::Features::AdminGroups < Spinach::FeatureSteps
select "Developer", from: "access_level"
end
- click_button "Add users to group"
+ click_button "Add to group"
end
step 'I should see current user as "Developer"' do