@@ -37,8 +37,8 @@ Feature: Manage my own settings
37
37
Scenario : I can't reset the password without the original
38
38
Given I follow "Change Password"
39
39
And I fill in "Current Password" with "idontknow"
40
- And I fill in "New Password" with "newsecret "
41
- And I fill in "Confirm Password" with "newsecret "
40
+ And I fill in "New Password" with "NEWsecret!@#*&^ "
41
+ And I fill in "Confirm Password" with "NEWsecret!@#*&^ "
42
42
And I press the "Save" button
43
43
Then I should see "The current password you have entered is not correct."
44
44
@@ -48,16 +48,16 @@ Feature: Manage my own settings
48
48
And I fill in "New Password" with "a"
49
49
And I fill in "Confirm Password" with "a"
50
50
And I press the "Save" button
51
- Then I should see "Password is too short "
51
+ Then I should see "Please increase password strength by adding some of the following characters: uppercase, digits, punctuation "
52
52
53
53
Scenario : I can change my password
54
54
Given I follow "Change Password"
55
55
And I fill in "Current Password" with "secret"
56
- And I fill in "New Password" with "newsecret "
57
- And I fill in "Confirm Password" with "newsecret "
56
+ And I fill in "New Password" with "NEWsecret!@#*&^ "
57
+ And I fill in "Confirm Password" with "NEWsecret!@#*&^ "
58
58
And I press the "Save" button
59
59
And I am not logged in
60
- When I log in with
"[email protected] " and
"newsecret "
60
+ When I log in with
"[email protected] " and
"NEWsecret!@#*&^ "
61
61
And I go to "admin/myprofile"
62
62
Then I should see the CMS
63
63
0 commit comments