From 3d54d9c1f53d6cedce1e49a614fa5e3e62c89cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 19 Aug 2024 11:13:50 +0200 Subject: [PATCH] chore(tests): Revert "chore(tests): fix import in cypress test limit_to_same_group.cy.ts" This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a. [skip ci] --- cypress/e2e/files_sharing/limit_to_same_group.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4712467b29f41..c95efa089ff6f 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