aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-08-12 16:09:42 +0200
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-08-19 10:33:11 +0200
commit0ba3691ad410e670a932bf175a967c8a3792b78c (patch)
treed7c08cb3e7413d068f9909f4c4a0d96ad2ef646f /cypress
parent47067e6d0c4606fca717e455632c661010bcea0d (diff)
downloadnextcloud-server-0ba3691ad410e670a932bf175a967c8a3792b78c.tar.gz
nextcloud-server-0ba3691ad410e670a932bf175a967c8a3792b78c.zip
chore(tests): Fix import in cypress test limit_to_same_group.cy.ts
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/files_sharing/limit_to_same_group.cy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/files_sharing/limit_to_same_group.cy.ts b/cypress/e2e/files_sharing/limit_to_same_group.cy.ts
index fc70e49af64..c95efa089ff 100644
--- a/cypress/e2e/files_sharing/limit_to_same_group.cy.ts
+++ b/cypress/e2e/files_sharing/limit_to_same_group.cy.ts
@@ -4,7 +4,7 @@
*/
import { User } from "@nextcloud/cypress"
-import { createShare } from "./filesSharingUtils"
+import { createShare } from "./FilesSharingUtils.ts"
describe('Limit to sharing to people in the same group', () => {
let alice: User