diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2025-02-06 14:06:38 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-02-11 17:17:18 +0100 |
commit | df5ffb13b307a6f10d5c3cd34aa33a7ad8256065 (patch) | |
tree | 3c35cb4787bc4b1a90eb8b8227490d1983d373cb /cypress/e2e | |
parent | e9d1469f57ae1c8b230c92c325301f2a66218d87 (diff) | |
download | nextcloud-server-backport/50626/stable29.tar.gz nextcloud-server-backport/50626/stable29.zip |
chore(assets): Recompile assetsbackport/50626/stable29
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'cypress/e2e')
-rw-r--r-- | cypress/e2e/files_sharing/public-share/setup-public-share.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/files_sharing/public-share/setup-public-share.ts b/cypress/e2e/files_sharing/public-share/setup-public-share.ts index ca63ca2aba5..ce83bb842f3 100644 --- a/cypress/e2e/files_sharing/public-share/setup-public-share.ts +++ b/cypress/e2e/files_sharing/public-share/setup-public-share.ts @@ -4,7 +4,7 @@ */ import type { User } from '@nextcloud/cypress' import type { ShareOptions } from '../ShareOptionsType.ts' -import { openSharingPanel } from '../FilesSharingUtils.ts' +import { openSharingPanel } from '../filesSharingUtils.ts' export interface ShareContext { user: User |