Summary
As a [user role], I want to [complete action] so that I can [achieve outcome]
Acceptance Criteria
Scenario: User supplies correct user name and password
Given that I am on the sign-in page
When I enter my user name and password correctly
And click ‘Sign In’
Then I am taken to the dashboard
Scenario: User supplies incorrect user name or password
Given that I am on the sign-in page
When I enter my user name or password incorrectly
and click ‘Sign In’
Then I see an error message ‘Sorry, incorrect user name or password.”
Additional context
Add any other context or screenshots for the user story here.
Summary
As a [user role], I want to [complete action] so that I can [achieve outcome]
Acceptance Criteria
Scenario: User supplies correct user name and password
Given that I am on the sign-in page
When I enter my user name and password correctly
And click ‘Sign In’
Then I am taken to the dashboard
Scenario: User supplies incorrect user name or password
Given that I am on the sign-in page
When I enter my user name or password incorrectly
and click ‘Sign In’
Then I see an error message ‘Sorry, incorrect user name or password.”
Additional context
Add any other context or screenshots for the user story here.