diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-09 17:01:04 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-09 17:01:04 +0300 |
commit | e50c0d5cb7bcdc1131dae8cd5d5de2947732cda8 (patch) | |
tree | 94fd233b793f7163bf395ec012d0f0745e8538d6 /features/profile | |
parent | ffec158de4c6a78dfa17ae0063d8f796c21a58c8 (diff) | |
download | gitlab-ce-e50c0d5cb7bcdc1131dae8cd5d5de2947732cda8.tar.gz |
Fix spinach profile tests
Diffstat (limited to 'features/profile')
-rw-r--r-- | features/profile/profile.feature | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/features/profile/profile.feature b/features/profile/profile.feature index 6d210fb4df7..6198fd2b306 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -12,13 +12,13 @@ Feature: Profile And I should see new contact info Scenario: I change my password without old one - Given I visit profile account page + Given I visit profile password page When I try change my password w/o old one Then I should see a missing password error message - And I should be redirected to account page + And I should be redirected to password page Scenario: I change my password - Given I visit profile account page + Given I visit profile password page Then I change my password And I should be redirected to sign in page @@ -30,13 +30,13 @@ Feature: Profile Scenario: My password is expired Given my password is expired And I am not an ldap user - And I visit profile account page + Given I visit profile password page Then I redirected to expired password page And I submit new password And I redirected to sign in page Scenario: I unsuccessfully change my password - Given I visit profile account page + Given I visit profile password page When I unsuccessfully change my password Then I should see a password error message |