You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a registered user
When I visit the Landing page /
I see a button for "Login"
When I click on the button "Login"
I'm taken to a Login page ('/login') where I can input my unique email and password.
When I enter my unique email and correct password
I'm taken to my Dashboard page (/users/:id)
(Flash message for success) (Welcome back! What’s cookin’? )
The text was updated successfully, but these errors were encountered:
As a registered user
When I visit the Landing page
/
I see a button for "Login"
When I click on the button "Login"
I'm taken to a Login page ('/login') where I can input my unique email and password.
When I enter my unique email and correct password
I'm taken to my Dashboard page (
/users/:id
)(Flash message for success) (Welcome back! What’s cookin’? )
The text was updated successfully, but these errors were encountered: