aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/login
Commit message (Collapse)AuthorAgeFilesLines
* test: make cypress run in secure context and add WebAuthn testsFerdinand Thiessen2025-03-191-0/+152
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Redirect user to login if session is terminatedFerdinand Thiessen2024-12-191-0/+62
| | | | | | | | | | | | | | If a session timed out or was closed in another tab, then currently the user gets random error messages. This intercepts 401 responses (should only happen if logged out, or the users does something wrong). If we get a 401, we make sure its because of the session, by checking if the user can access the files app. If that is also the case we forward the user to the login page and set the redirect URL to the last used URL. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-261-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: cypressJohn Molakvoæ2024-02-131-12/+12
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(cypress): Migrate apps acceptance tests to CypressFerdinand Thiessen2023-11-061-0/+22
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(cypress): Migrate access-level tests from Behat to Cypress as this are ↵Ferdinand Thiessen2023-10-291-2/+3
| | | | | | UI tests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Fix selector for the user menu buttonFerdinand Thiessen2023-10-251-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(tests): Migrate login acceptance tests from behat to CypressFerdinand Thiessen2023-10-231-0/+146
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>