summaryrefslogtreecommitdiffstats
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 <come.chilliet@nextcloud.com>2024-08-13 14:39:39 +0200
commit3ec0998ecfc92ef582ed8a8ca1107c1655f432cf (patch)
tree13437a8ef58f90cd8789982481aed69a85e99211 /cypress
parent8ee5180f39dc0068f0d03c086b974326c340e54b (diff)
downloadnextcloud-server-3ec0998ecfc92ef582ed8a8ca1107c1655f432cf.tar.gz
nextcloud-server-3ec0998ecfc92ef582ed8a8ca1107c1655f432cf.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