baliddeki / Livingstonia-Tours-Travel

This is a repository for the Livingstonia Tours & Travel website
MIT License
0 stars 0 forks source link

Customer Login #17

Open baliddeki opened 1 year ago

baliddeki commented 1 year ago

name: User Story about: This is a template for creating user stories title: 'As a customer, I want to login using my registered account, so I can access personalized features and services.' labels: user story assignees: ''


As a customer
I need to login using my registered account
So that I can access personalized features and services.

Details and Assumptions

Acceptance Criteria

Given I am a Customer
When I navigate to the "Login" page
Then I should see input fields for username/email and password

Given I am a Customer
When I enter my valid credentials and click the "Login" button
Then I should be successfully logged in and redirected to the user dashboard

Given I am a Customer
When I enter incorrect credentials and click the "Login" button
Then I should see an error message indicating the login failure

Tasks

Related Issues