Skip to content
Prev Previous commit
chore(tests): fix import in cypress test limit_to_same_group.cy.ts
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Aug 13, 2024
commit 3ea281269f846765b407cd9acf6ed931b3269556
2 changes: 1 addition & 1 deletion cypress/e2e/files_sharing/limit_to_same_group.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down