diff options
author | Matt DeTullio <mjdetullio@gmail.com> | 2014-03-09 23:28:49 -0400 |
---|---|---|
committer | Matt DeTullio <mjdetullio@gmail.com> | 2014-03-10 22:56:26 -0400 |
commit | 5d6d795d60050c2c5db95501b6de38e458fd41b6 (patch) | |
tree | 4810be638086fe8da08f8ec84616e3b7c3f186c0 /features | |
parent | c3f088d2610b83d06091aa9fdbbb8e0cc3ea8ca3 (diff) | |
download | gitlab-ce-5d6d795d60050c2c5db95501b6de38e458fd41b6.tar.gz |
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.feature | 2 |
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 |