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
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
..
public-share test(files_sharing): add e2e tests for public link sharing 2025-02-03 11:49:33 +00:00
expiry-date.cy.ts test: Add end-to-end test for share expiration date 2025-01-15 16:10:46 +01:00
file-request.cy.ts test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +02:00
files-copy-move.cy.ts test(e2e): hide move dialog action if destination has no CREATE permission 2025-01-16 10:50:48 +01:00
files-inline-action.cy.ts fix(files): open sidebar on sharing tab by default for files 2024-11-08 16:41:25 +01:00
files-shares-view.cy.ts fix(files): Provide file actions from list entry to make it reactive 2024-08-01 01:54:42 +02:00
FilesSharingUtils.ts test(e2e): hide move dialog action if destination has no CREATE permission 2025-01-16 10:50:48 +01:00
limit_to_same_group.cy.ts chore(tests): Fix import in cypress test limit_to_same_group.cy.ts 2024-08-12 16:09:42 +02:00
note-to-recipient.cy.ts test(files_sharing): Add test for "note to recipient" feature 2024-07-31 15:05:15 +02:00
ShareOptionsType.ts test(files_sharing): add e2e tests for public link sharing 2025-02-03 11:49:33 +00:00