CorentinDupont / shopping-list-gen

0 stars 0 forks source link

Connexion utilisateur #1

Open CorentinDupont opened 4 years ago

CorentinDupont commented 4 years ago

Scenario: User try to connect Given user set correct username and password When user click on login button Then user is redirected to home page

Scenario: User bad credentials Given user set wrong credentials in inputs When user click on login button Then the message "Bad credentials" displayed on the screen

Scenario: User does not correclty fill the inputs Given user does not fill the inputs When user click on login button Then error message "Fill this input" is displayed under inputs