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 <dzaporozhets@sphereconsultinginc.com>2012-06-15 08:15:28 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-06-15 08:15:28 +0400
commit5bbf3ccf0559ac4d8528f48721a2816fa0c72985 (patch)
tree904be11f0f74f5e6c5852940c0d6ce20838df6ff /features/profile
parent6ff99fe9457fcfe831fbe3d3a1ef477d9a327330 (diff)
Cucumber:
* Profile * Browse code * Sceleton for main features * Wiki * Commits
Diffstat (limited to 'features/profile')
-rw-r--r--features/profile/profile.feature18
-rw-r--r--features/profile/ssh_keys.feature0
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