aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e
diff options
context:
space:
mode:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2025-02-06 14:06:38 +0000
committerFerdinand Thiessen <opensource@fthiessen.de>2025-02-11 17:17:18 +0100
commitdf5ffb13b307a6f10d5c3cd34aa33a7ad8256065 (patch)
tree3c35cb4787bc4b1a90eb8b8227490d1983d373cb /cypress/e2e
parente9d1469f57ae1c8b230c92c325301f2a66218d87 (diff)
downloadnextcloud-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.ts2
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