Login

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