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
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