Scenario: User login fail
Given I am on the login page
When I type "valid@test.mail" in the email field
And I type "wrongpassword" in the password field
And I press the login button
Then User is not logged in
Scenario: User login
Given I am on the login page
When I type "valid@test.mail" in the email field
And I type "validpassword" in the password field
And I press the login button
Then User is logged in
Scenario: User register
Given I am on the register page
When I type "newemail@test.mail" in the email field
And I type "newpassword" in the password field
And I press the register button
Then User is added to the database
UI Mockups:
Acceptance Tests:
Value: Must have Effort: 5