ChrisRaynerSG / AutomatedWebTestingProject

A project to look at the functionality of https://automationexercise.com/ derive user stories, and create test cases for those users stories.
0 stars 2 forks source link

As a registered user, I want to be able to log in to my account, if I provide the correct credentials #3

Closed ChrisRaynerSG closed 2 months ago

OllieWebb commented 2 months ago

3.1: @Happy Given I am on the login page And I have entered the username "" And I have entered the password "" When I click the login button Then I should land on the home page

OllieWebb commented 2 months ago

3.2: @Sad Given I am on the login page And I have entered the username "" And I have entered the password "wrong_passwrd" When I click the login button Then I should land get an error message "incorrect password"