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:
authorrobertd <robert.djurasaj@gmail.com>2014-02-08 09:45:46 +0400
committerrobertd <robert.djurasaj@gmail.com>2014-02-08 09:45:46 +0400
commit973066e76dac1f6dae6c5356420abba7cb589462 (patch)
treecb422e41152c4dd26c3ed3ebc30d1d0979cc5654 /features/profile
parentb8e81e558f4387b4ab4fed6594594ac29a7adec2 (diff)
Add tests for groups avatars check on user page
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/profile.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index 8b6ee6fd67f..44bb190f624 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -6,6 +6,13 @@ Feature: Profile
Given I visit profile page
Then I should see my profile info
+ Scenario: I can see groups I belong to
+ Given I have group with projects
+ When I visit profile page
+ And I click on my profile picture
+ Then I should see my user page
+ And I should see groups I belong to
+
Scenario: I edit profile
Given I visit profile page
Then I change my profile info