Steps:
- Login using username: "test" and password: "Password1"
- Assert the welcome text is present and matches "Welcome dave!"
- Click the Logout button and assert that you are no longer logged in
Steps:
- Attempt to login using username: "test" and no password
- Assert the error text "Password is required."
- Enter a password and assert that the error label is no longer displayed
Steps:
- Attempt to login using no username password: "Password1"
- Assert the error text "Username is required."
- Enter a username and assert that the error label is no longer displayed