0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-14 08:23:21 +00:00
nextcloud_server/cypress/e2e/files_sharing/public-share
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
..
copy-move-files.cy.ts
download-files.cy.ts feat(files): Make the files download action use WebDAV zip download 2024-09-28 13:18:29 +02:00
header-menu.cy.ts
rename-files.cy.ts
required-before-create.cy.ts test(files_sharing): add e2e tests for public link sharing 2025-02-03 11:49:33 +00:00
setup-public-share.ts test(files_sharing): add e2e tests for public link sharing 2025-02-03 11:49:33 +00:00
view_file-drop.cy.ts chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
view_view-only-no-download.cy.ts test(files): Update tests 2024-12-03 16:25:34 -08:00
view_view-only.cy.ts test(files): Update tests 2024-12-03 16:25:34 -08:00