[Effort 5] As an app user, I want to login in the app using my email and password, so that I can access my personal profile.
Closed this issue · 0 comments
M4riaLoureiro commented
Scenario: Accessing personal profile
Given I am on the login page
When I insert my email and password
And I tap the "Login" button
Then the events where I am registered should appear
Scenario: Accessing personal profile
Given I am on the login page
When I insert an invalid email or password
And I tap the "Login" button
Then a window should pop up with a warning message
Scenario: Accessing personal profile
Given I am on the login page
When I insert an email with no associated account
And I tap the "Login" button
Then a window should pop up with a warning message