-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
As a player
I want to login to the app
So that I may able to play the game
Additional Details
Acceptance Criteria
- Criteria 1
- Given I clicked login
- When I fill the correct username and password and I clicked submit
- Then I should be able to see create/join option.
- Criteria 2
- Given I clicked login
- When I fill the incorrect username or password and I clicked submit
- Then I should be able to stay on the landing page.
- Criteria 3
- Given I clicked login
- When I fill the incorrect username and password and I clicked submit
- Then I should be able to see a message that tells me I wrote incorrect name or password.
Reactions are currently unavailable