]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(tests): Revert "chore(tests): fix import in cypress test limit_to_same_group... 47227/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 19 Aug 2024 09:13:50 +0000 (11:13 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 19 Aug 2024 09:14:34 +0000 (11:14 +0200)
This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a.

cypress/e2e/files_sharing/limit_to_same_group.cy.ts

index 4712467b29f41dbfd85118ffdc8f0d451b032464..c95efa089ff6f8883050e3ca3e7c986b0f9c8f76 100644 (file)
@@ -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