diff options
author | Robert Speicher <rspeicher@gmail.com> | 2012-11-04 16:47:37 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2012-11-04 16:47:37 -0500 |
commit | 89d9319a791fd49dea734414bdbfe840816fb14c (patch) | |
tree | 2b1252f127babce34d9e015e4e82361d8178193a /features/profile | |
parent | f8e27b92bfe12bb3bf6e98bcaa9078941eaf7823 (diff) | |
download | gitlab-ce-89d9319a791fd49dea734414bdbfe840816fb14c.tar.gz |
Fix rendered action for password change failure
Closes #1912
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 d07a6db1a79..a98988b8ded 100644 --- a/features/profile/profile.feature +++ b/features/profile/profile.feature @@ -16,6 +16,11 @@ Feature: Profile Then I change my password And I should be redirected to sign in page + Scenario: I unsuccessfully change my password + Given I visit profile account page + When I unsuccessfully change my password + Then I should see a password error message + Scenario: I reset my token Given I visit profile account page Then I reset my token |