diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-01 19:04:11 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-01 19:04:11 +0200 |
commit | e6002bdaffc819ea3b743955315cf50eb804dbdb (patch) | |
tree | aa96a40822436bd9a33b88e8741376164320a8a7 /features/group | |
parent | 591e094e0636c084f218d52f25c01d51f7d3ecf5 (diff) | |
download | gitlab-ce-e6002bdaffc819ea3b743955315cf50eb804dbdb.tar.gz |
Ability to manage and remove group as owner outside of admin area
Diffstat (limited to 'features/group')
-rw-r--r-- | features/group/group.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature index a4a55a7fc26..a48affe8e02 100644 --- a/features/group/group.feature +++ b/features/group/group.feature @@ -24,3 +24,9 @@ Feature: Groups When I visit group people page And I select user "John" from list with role "Reporter" Then I should see user "John" in team list + + Scenario: I should see edit group page + When I visit group settings page + And I change group name + Then I should see new group name + |