-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Ability to logout | ||
|
||
When being logged in, I should be able to click a button to logout. | ||
|
||
## Acceptance tests | ||
|
||
- When logged in.. | ||
- There is a way for me to easily find a link/button in an appropriate area saying 'Logout' (sign out, or similar). | ||
- When I click that button, I log out. | ||
- After logging out.. | ||
- There's no information left in my session, cookies, history or browser that may be a security threat to my account. | ||
- I am redirected to a particular page (which page this should be needs to be decided, login page, welcome back page or other). | ||
|