mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a member/admin I need to be able to log in so that I can use user-specific actions #17

Open mmanning95 opened 1 week ago

mmanning95 commented 1 week ago

As a member/admin I need to be able to log in So that I can use user-specific actions

Details and Assumptions

Acceptance Criteria


Scenario: Successful log in
Given I am a user with login capabilities
And I click the "sign in" button
And I am redirected to the log in page
When I enter my correct sign in credentials
And I press the "sign in" button
Then I am redirected to the home page
And the "sign in" button is replaced with my name

Scenario: Unsuccessful sign in
Given I am a user with login capabilities
And I click the "sign in" button
And I am redirected to the log in page
When I enter my sign in credentials incorrectly
Then I am shown a message saying my login credentials are not valid
And I remain on the log in page

Scenario: Remember me option
Given I am on the log in page
When I enter my credentials and select "Remember me"
And I press the "sign in" button
Then I should remain logged in on future visits