aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-08-13 16:16:52 +0200
committerCôme Chilliet <91878298+come-nc@users.noreply.github.com>2024-08-19 10:33:11 +0200
commit4680f2bef5be2c21cedfad2230da5e354208a597 (patch)
tree6e2b55cd93a189451234059d50b95b53be79d7fa /cypress
parent1cf8815237ad86695db5bd9803b9366dd4bfa2dd (diff)
downloadnextcloud-server-4680f2bef5be2c21cedfad2230da5e354208a597.tar.gz
nextcloud-server-4680f2bef5be2c21cedfad2230da5e354208a597.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 c95efa089ff..4712467b29f 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.ts"
+import { createShare } from "./filesSharingUtils.ts"
describe('Limit to sharing to people in the same group', () => {
let alice: User