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 <come.chilliet@nextcloud.com>2024-08-13 16:16:52 +0200
commit3ea281269f846765b407cd9acf6ed931b3269556 (patch)
tree8be2eeeed9bd7207f0f4e9be8dbb0276e46f0b19 /cypress
parent24e15badb7e16e59bcd8c290ec20b55850b40894 (diff)
downloadnextcloud-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.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