Sprint 2 | Student | VIR | Login Page
- Login page with VIR symbol
- Input field box component
- Input field "Email"
- Input field "Password"
- Send a JSON file with the user EMAIL and password to the endpoint
Given a user opens VIR
When the application finishes loading and the user is directed to the login page
Then this page must have functional input fields for email and password input
Given a user is in the login page
When they are filling the password field
Then any entry must be censored
Given a user opens VIR
When the application finishes loading and the user is directed to a page
Then the user must not have access to any flow before the login page
Scenario: When confirming the login action it should send a JSON file
Given a user has inserted a valid login data When they click into the login action button Then the application should send a JSON file containing the user's email and password