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 collaboratorHomepage
- Scenarios
-
- Land on Home Page
-
- Given
- I am at the home page
- Then
- I should see "Welcome to Cucumber Rails Practice"
- Successful Sign up
-
- Given
- I am at the home page
- Then
- I should see "Sign In"
- And
- I should see "Sign Up"
- When
- I click "Sign Up"
- Then
- I should see "Email"
- And
- I should see "Password"
- When
- I fill "Email" with "[email protected]"
- And
- I fill "password" with "password"
- And
- I click the "Submit" button
- Then
- I should see "Welcome, [email protected]"
- And
- I should see "My Account"
- And
- I should see "Sign Out"
Last published over 6 years ago by strategicwizard.