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> |
||
---|---|---|
.. | ||
copy-move-files.cy.ts | ||
download-files.cy.ts | ||
header-menu.cy.ts | ||
rename-files.cy.ts | ||
required-before-create.cy.ts | ||
setup-public-share.ts | ||
view_file-drop.cy.ts | ||
view_view-only-no-download.cy.ts | ||
view_view-only.cy.ts |