diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-06-15 07:15:28 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-06-15 07:15:28 +0300 |
commit | 5bbf3ccf0559ac4d8528f48721a2816fa0c72985 (patch) | |
tree | 904be11f0f74f5e6c5852940c0d6ce20838df6ff /features/profile | |
parent | 6ff99fe9457fcfe831fbe3d3a1ef477d9a327330 (diff) | |
download | gitlab-ce-5bbf3ccf0559ac4d8528f48721a2816fa0c72985.tar.gz |
Cucumber:
* Profile
* Browse code
* Sceleton for main features
* Wiki
* Commits
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 18 | ||||
-rw-r--r-- | features/profile/ssh_keys.feature | 0 |
2 files changed, 18 insertions, 0 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature new file mode 100644 index 00000000000..e3d71abc746 --- /dev/null +++ b/features/profile/profile.feature @@ -0,0 +1,18 @@ +Feature: Profile + Background: + Given I signin as a user + + Scenario: I look at my profile + Given I visit profile page + Then I should see my profile info + + Scenario: I change my password + Given I visit profile password page + Then I change my password + And I should be redirected to sign in page + + Scenario: I reset my token + Given I visit profile token page + Then I reset my token + And I should see new token + diff --git a/features/profile/ssh_keys.feature b/features/profile/ssh_keys.feature new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/features/profile/ssh_keys.feature |