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:
Diffstat (limited to 'features/group/group.feature')
-rw-r--r--features/group/group.feature14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/group/group.feature b/features/group/group.feature
index 9fec19a4dc1..ca3e67d2c1d 100644
--- a/features/group/group.feature
+++ b/features/group/group.feature
@@ -31,3 +31,17 @@ Feature: Groups
And I change group name
Then I should see new group name
+ Scenario: I edit my group avatar
+ When I visit group settings page
+ And I change my group avatar
+ And I visit group settings page
+ Then I should see new group avatar
+ And I should see the "Remove avatar" button
+
+ Scenario: I remove my group avatar
+ When I visit group settings page
+ And I have an group avatar
+ And I visit group settings page
+ And I remove my group avatar
+ Then I should not see my group avatar
+ And I should not see the "Remove avatar" button