@@ -51,22 +51,22 @@ Feature: Provider password reset
5151 Scenario : Set a new password
5252 Given the user has requested a new password
5353 And follow the link found in the provider password reset email send to "pepe@example.com"
54- And they fill in "Password" with "monkey "
55- And they fill in "Password confirmation" with "monkey "
54+ And they fill in "Password" with "superSecret1234# "
55+ And they fill in "Password confirmation" with "superSecret1234# "
5656 And press "Change Password"
5757 Then they should see "The password has been changed"
5858 And the current page is the provider login page
59- And the user is now able to sign in with password "monkey "
59+ And the user is now able to sign in with password "superSecret1234# "
6060
6161 Scenario : New password form validation
6262 Given the user has requested a new password
6363 And follow the link found in the provider password reset email send to "pepe@example.com"
64- And they fill in "Password" with "monkey "
64+ And they fill in "Password" with "superSecret1234# "
6565 And they fill in "Password confirmation" with ""
6666 Then the submit button is disabled
67- When they fill in "Password confirmation" with "donkey "
67+ When they fill in "Password confirmation" with "superSecret1234#5 "
6868 Then the submit button is disabled
69- When they fill in "Password confirmation" with "monkey "
69+ When they fill in "Password confirmation" with "superSecret1234# "
7070 Then the submit button is enabled
7171
7272 Scenario : Invalid password reset token
@@ -83,8 +83,8 @@ Feature: Provider password reset
8383 Scenario : Reuse a password reset token
8484 Given the user has requested a new password
8585 And follow the link found in the provider password reset email send to "pepe@example.com"
86- And they fill in "Password" with "monkey "
87- And they fill in "Password confirmation" with "monkey "
86+ And they fill in "Password" with "superSecret1234# "
87+ And they fill in "Password confirmation" with "superSecret1234# "
8888 When press "Change Password"
8989 Then they should see "The password has been changed"
9090 When follow the link found in the provider password reset email send to "pepe@example.com"
0 commit comments