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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-26 22:50:47 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-26 22:50:47 +0400
commit49fcbdbd1e0c7405c819cecedf54029b4541fcc2 (patch)
treedcbf19bc5d4e59905ab2fc3b661011ac51443704 /features/profile
parent6c0fd9f29ad92b0f4b1cdea82a33d485622d0fd5 (diff)
Test user page with spinach
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/profile.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index 6d3dd7841fd..53a93b0f908 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -38,6 +38,11 @@ Feature: Profile
When I visit profile history page
Then I should see my activity
+ Scenario: I visit my user page
+ When I visit profile page
+ And I click on my profile picture
+ Then I should see my user page
+
@javascript
Scenario: I change my application theme
Given I visit profile design page