diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-26 21:50:47 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-26 21:50:47 +0300 |
commit | 49fcbdbd1e0c7405c819cecedf54029b4541fcc2 (patch) | |
tree | dcbf19bc5d4e59905ab2fc3b661011ac51443704 /features/profile | |
parent | 6c0fd9f29ad92b0f4b1cdea82a33d485622d0fd5 (diff) | |
download | gitlab-ce-49fcbdbd1e0c7405c819cecedf54029b4541fcc2.tar.gz |
Test user page with spinach
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 5 |
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 |