Skip to content

Commit

Permalink
Add test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mulder committed Mar 14, 2024
1 parent 169b91e commit 61e8c0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/login/test/Login_Redirect_Test_Plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Login Redirect Test Plan

1. As an anonymous user, go to a page that requires to be logged in (this requires to use the URL of the page).
2. When met with a 403 error, choose the option "Try logging in" and enter your user credentials.
3. You should be redirected to the previous page and have access to it if you have the permissions to do so.
4. The option "Try logging in" should not appeared for logged in users that access pages they do not have the permissions for.

0 comments on commit 61e8c0d

Please sign in to comment.