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 collaboratorForgot Password
I should be able to trigger a password reset
- Scenarios
-
- Forgot with a valid email
-
- Given
- there exists an account with email "[email protected]" and password "test123"
- And
- I am on the Sign in page
- And
- I click "Forgot Password?"
- When
- I fill in "email" with "[email protected]"
- And
- I press "Send Email"
- Then
- I should see "Your password reset email has been sent."
- Forgot with a nonexistant email
-
- Given
- I am on the Sign in page
- And
- I click "Forgot Password?"
- When
- I fill in "email" with "[email protected]"
- And
- I press "Send Email"
- Then
- I should see "No account with that email address"
- Forgot with 500 error
-
- Given
- I am on the Sign in page
- And
- I click "Forgot Password?"
- And
- the backend is down
- When
- I fill in "email" with "[email protected]"
- And
- I press "Send Email"
- Then
- I should see "Oops... Please try that again."
Last published over 5 years ago by Edan Rosenberg.