diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-13 16:16:52 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-13 16:16:52 +0200 |
commit | 3ea281269f846765b407cd9acf6ed931b3269556 (patch) | |
tree | 8be2eeeed9bd7207f0f4e9be8dbb0276e46f0b19 /cypress | |
parent | 24e15badb7e16e59bcd8c290ec20b55850b40894 (diff) | |
download | nextcloud-server-3ea281269f846765b407cd9acf6ed931b3269556.tar.gz nextcloud-server-3ea281269f846765b407cd9acf6ed931b3269556.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 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 |