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:
authorSytse Sijbrandij <sytse@gitlab.com>2015-02-04 03:55:31 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-02-04 03:55:31 +0300
commit7b233ea853df7c13be688c0e47636d2750453f31 (patch)
treea4b879110f9d945785c11a23ad27fab747049906 /features/steps/admin
parent704922c855a9741b5495db56ac266788a9c25c33 (diff)
Spelling improvement, add in a group, not into group.
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 4171398e568..5e45063b4b5 100644
--- a/features/steps/admin/groups.rb
+++ b/features/steps/admin/groups.rb
@@ -41,7 +41,7 @@ class Spinach::Features::AdminGroups < Spinach::FeatureSteps
within "#new_team_member" do
select "Reporter", from: "access_level"
end
- click_button "Add users into group"
+ click_button "Add users to group"
end
step 'I should see "John Doe" in team list in every project as "Reporter"' do