diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-12 16:09:42 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-08-13 10:22:22 +0000 |
commit | bf8a36228812975be5e71539e4002b02a79c9d88 (patch) | |
tree | 27b27f30a617405c6d772766caef08c8f034f412 | |
parent | 92a3298814a0ee8351fd1efae7130d41098b0876 (diff) | |
download | nextcloud-server-backport/47180/stable28.tar.gz nextcloud-server-backport/47180/stable28.zip |
chore(tests): Fix import in cypress test limit_to_same_group.cy.tsbackport/47180/stable28
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
[skip ci]
-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 |