As a user / Fitness Trainer / Admin, I want to be able to get a login error if I am trying to login with an incorrect username/password so that I am aware that I am inputting the wrong credentials #16
If a user enters incorrect username/password prompt a login error. If the username or password is incorrect, prompt the user to input correct credentials.
Acceptance Criteria:
[ ] Scenario: Login Error for Incorrect Credentials
Given a user tries to log in with an incorrect username/password
When the login attempt occurs
Then the system should display a login error message
Definition of Done:
Unsuccessful login and successful display of error message.
If a user enters incorrect username/password prompt a login error. If the username or password is incorrect, prompt the user to input correct credentials.
Acceptance Criteria:
Definition of Done:
Unsuccessful login and successful display of error message.