diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-27 23:23:11 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-27 23:23:11 +0300 |
commit | 9cabe04368024f44881e4269a008156f1629ab86 (patch) | |
tree | 56e27d7619690536fcda54c57acfb105f2b830dd /features/profile | |
parent | 68f4b59738b43d9d6969528188ec74a87546a29f (diff) | |
download | gitlab-ce-9cabe04368024f44881e4269a008156f1629ab86.tar.gz |
tests for: Profile -> History
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 134cabb506f..d07a6db1a79 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -20,3 +20,8 @@ Feature: Profile Given I visit profile account page Then I reset my token And I should see new token + + Scenario: I visit history tab + Given I have activity + When I visit profile history page + Then I should see my activity |