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 collaboratorLogin
In order to use the website
I have to login
- Scenarios
-
- Login in successfully
-
- Given
- there exists an account with email "[email protected]" and password "test123"
- And
- I am on the Sign in page
- When
-
I fill in the following:
email [email protected]ingmedia.com password test123 - And
- I press "Sign In"
- And
- I should see "Welcome! You're only seconds away from next-level entertainment. Just download the app and enjoy."
- Login in fails
-
- Given
- I am on the Sign in page
- When
-
I fill in the following:
email [email protected] password badpass - And
- I press "sign in"
- Then
- I should see "No account with that email address or invalid password"
- Signout
-
- Given
- I am logged in
- And
- I click "Sign Out"
- And
- I go to the My Account page
- Then
- I should be on the Sign in page
Last published over 5 years ago by Edan Rosenberg.