diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-12 16:09:42 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-12 16:09:42 +0200 |
commit | e7854a993521fdb6308370cf9f2787b46c8a820b (patch) | |
tree | fbf7de63604e42b7f0fa131d460b6c79cb9e094f /cypress | |
parent | 244491adc152ba0b49f13cb99965a767eae2b742 (diff) | |
download | nextcloud-server-e7854a993521fdb6308370cf9f2787b46c8a820b.tar.gz nextcloud-server-e7854a993521fdb6308370cf9f2787b46c8a820b.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.ts | 2 |
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 |