- Description: Verify that a user can log in with valid credentials.
- Given I am on the landing page
- When I click on the "Log In" Button
- When I enter valid username and password
- Then I am redirected to the landing page
- And there is "logout" Button now
- Actual Result:
- Test Result:
- Notes:
- Description: Verify that a logged-in user can log out successfully.
- Given I am logged in and on the landing page
- When I click the logout button
- Then I am redirected to the landing page
- Actual Result:
- Test Result:
- Notes:
- Description: Verify that login fails with incorrect credentials.
- Given I am on the landing page
- When I click on the "Log In" Button
- When I enter an invalid username or password
- Then I see an error message indicating login failed
- Actual Result:
- Test Result:
- Notes: