mirror of
https://github.com/nextcloud/server.git
synced 2025-03-14 08:23:21 +00:00
![]() 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> |
||
---|---|---|
.. | ||
public-share | ||
expiry-date.cy.ts | ||
file-request.cy.ts | ||
files-copy-move.cy.ts | ||
files-inline-action.cy.ts | ||
files-shares-view.cy.ts | ||
FilesSharingUtils.ts | ||
limit_to_same_group.cy.ts | ||
note-to-recipient.cy.ts | ||
ShareOptionsType.ts |