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 collaboratorRegistered Non-Logged In User Can Login
In order to log in to rate my cucumber
As a user
I want to be able to login, logout and register
- Background Create a registered non-logged in user and navigate to the login page
-
- Given
- a registered non-logged in user
- When
- the user has navigated to the home page
- Then
- the user should see the login page
- Scenarios
-
- Registered user can log in with valid credentials
-
- Given
- the user fills out the username field
- And
- the user fills out the password field
- When
- the user presses the "Login" button
- Then
- the user should be on the home page
- User can register
-
- Given
- the user is on the rate features page
- When
- I fill in last name with "walker"
- And
- I fill in first name with "tim"
- When
- I press register
- Then
- I should see "you are registered"
Last published almost 7 years ago by TimWalker.