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:
authorMatt DeTullio <mjdetullio@gmail.com>2014-03-10 07:28:49 +0400
committerMatt DeTullio <mjdetullio@gmail.com>2014-03-11 06:56:26 +0400
commit5d6d795d60050c2c5db95501b6de38e458fd41b6 (patch)
tree4810be638086fe8da08f8ec84616e3b7c3f186c0 /features
parentc3f088d2610b83d06091aa9fdbbb8e0cc3ea8ca3 (diff)
Fixes a bug with group member administration
Group owners were not able to remove any users from their group if they were the only owner.
Diffstat (limited to 'features')
-rw-r--r--features/group.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/group.feature b/features/group.feature
index 71282fb75ba..4e11bcba939 100644
--- a/features/group.feature
+++ b/features/group.feature
@@ -74,7 +74,7 @@ Feature: Groups
When I visit group "Owned" members page
Then I should see user "John Doe" in team list
Then I should see user "Mary Jane" in team list
- Then I should not see the "Remove User From Group" button for "Mary Jane"
+ Then I should not see the "Remove User From Group" button for "John Doe"
@javascript
Scenario: Guest should be able to remove himself from group