To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorReset password with Find property information
Check that customers with different accounts and situations are
treated correctly when they attempt to reset their password with
Find property information.
- Background
-
- Given
- that I am on the reset password page for Find property information
- And
- I am testing reset password
- Scenarios
-
- Reset password with FPI successfully
- Reset password with FPI but unable to login
- Unable to reset password with FPI, email not received
- Reset password with FPI successfully
-
- Given
- I have "user"
- When
- I select to reset my FPI password
- And
- I receive an email with an FPI password reset link
- And
- I visit the FPI password reset link
- Then
- I can successfully change my FPI password
- And
- then sign in to FPI successfully
Examples: user an FPI account a locked FPI account a FAP account a locked FAP account a FAP account, entering username as email - Reset password with FPI but unable to login
-
- Given
- I have "user"
- When
- I select to reset my FPI password
- And
- I receive an email with an FPI password reset link
- And
- I visit the FPI password reset link
- Then
- I can successfully change my FPI password
- And
- I attempt to sign in to FPI with my new password
- And
- I am prevented from signing in because "reason"
Examples: user reason an unactivated FAP account Sorry, we didn't recognise you a PAL account Sorry, we didn't recognise you a locked PAL account Sorry, we didn't recognise you an unactivated PAL account Sorry, we didn't recognise you - Unable to reset password with FPI, email not received
-
- Given
- I have "user"
- When
- I select to reset my FPI password
- Then
- I am prevented from signing in because "reason"
Examples: user reason no account This account doesn't exist a FAP account, entering username as email We've sent a link to
Last published over 5 years ago by Andy Mantell.