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 Property Alert
Check that customers with different accounts and situations are
treated correctly when they attempt to reset their password with
Property Alert.
- Background
-
- Given
- that I am on the reset password page for Property Alert
- And
- I am testing reset password
- Scenarios
-
- Reset password with Property Alert successfully
- Unable to reset password with Property Alert
- Attempt to reset password with Property Alert without the correct account
- Reset password with Property Alert successfully
-
- Given
- I have "account_type"
- When
- I select to reset my Property Alert password
- And
- I receive an email with a temporary password
- Then
- I login to PAL with the temporary password
- And
- I can successfully change my PAL password
Examples: account_type a PAL account a locked PAL account - Unable to reset password with Property Alert
-
- Given
- I have "user"
- When
- I select to reset my Property Alert password
- Then
- I am prevented from resetting my password because "reason"
Examples: user reason a FAP account, entering username as email is not a valid email address a locked FAP account, entering username as email is not a valid email address an archived FAP account, entering username as email is not a valid email address an unactivated FAP account, entering username as email is not a valid email address - Attempt to reset password with Property Alert without the correct account
-
- Given
- I have "user"
- When
- I select to reset my Property Alert password
- Then
- it is confirmed I have requested a password reset
Examples: user an FPI account a locked FPI account an archived FPI account a FAP account a locked FAP account an archived FAP account an unactivated FAP account an unactivated PAL account no account
Last published over 5 years ago by Andy Mantell.