0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-14 00:13:56 +00:00
nextcloud_server/cypress/e2e
nfebe 28cf67a157 test(files_sharing): add e2e tests for public link sharing
This commit introduces end-to-end tests for various public link sharing scenarios in the `files_sharing` app. It validates the behavior under multiple configurations:

- Password and expiration date enforced
- Password enforced with a default expiration date
- Expiration date enforced with optional password
- Default password and expiration date without enforcement
- Password enforced, expiration date set but not enforced
- Both password and expiration date not enforced, but defaults set
- Password not enforced, expiration date enforced
- Password not enforced, default expiration date set
- Password and expiration date not enforced with no defaults

The tests ensure proper validation and functionality of the configurations, leveraging the `setupData` and `createShare` utilities.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-02-03 11:49:33 +00:00
..
core chore: Add SPDX header 2024-05-26 20:05:04 +02:00
dashboard test(dashboard): Add regression test for loading unneeded data 2025-01-16 11:36:37 +01:00
files fix(files): Ensure favorites set in sidebar work 2025-01-21 17:55:53 +01:00
files_sharing test(files_sharing): add e2e tests for public link sharing 2025-02-03 11:49:33 +00:00
files_trashbin perf(files_trashbin): use empty trashbin endpoint instead of batch delete requests 2024-12-12 10:08:38 -08:00
files_versions chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
login fix: Redirect user to login if session is terminated 2024-12-19 18:56:46 +01:00
settings chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
systemtags fix(systemtags): enhance create tag in tag picker UX 2024-11-15 11:09:56 +01:00
theming fix(theming): Ensure to only send valid URLs to backend 2025-01-27 17:56:35 +00:00
core-utils.ts chore: Add SPDX header 2024-05-26 20:05:04 +02:00