Sprint 2 | Student | VIR | Login Validation
Scenario: A VIR User must have their email and a password registered to access their user role's functionalities
Given a user opens VIR
When the user fills the "Email" and "Password" fields in the login page with data present in VIR's database
Then the user should be redirected to their user role's home page (student flow only this sprint)
Scenario: VIR must reject invalid combinations of emails e passwords, not registered in VIR's database
Given a user opens VIR
When the user fills the "Email" and "Password" fields in the login page with data and/or a combination not present in VIR's database
Then VIR must display an "Error. Invalid credentials" message