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-08-03 20:29:54 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-08-03 20:29:54 +0400
commit6de488259701af4b69282ad105882dba423fb666 (patch)
tree57015b8f32aac9c4785c0c4f13ef9803ed3f4e89 /features/profile/profile.feature
parent3079687b93bb957cdbe857bcb49b7a1834e2004b (diff)
Remove duplicate coverage in spec requests. All features should be covered in cucumber
Diffstat (limited to 'features/profile/profile.feature')
-rw-r--r--features/profile/profile.feature6
1 files changed, 5 insertions, 1 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature
index e3d71abc746..afda4b55081 100644
--- a/features/profile/profile.feature
+++ b/features/profile/profile.feature
@@ -6,6 +6,11 @@ Feature: Profile
Given I visit profile page
Then I should see my profile info
+ Scenario: I edit profile
+ Given I visit profile page
+ Then I change my contact info
+ And I should see new contact info
+
Scenario: I change my password
Given I visit profile password page
Then I change my password
@@ -15,4 +20,3 @@ Feature: Profile
Given I visit profile token page
Then I reset my token
And I should see new token
-