Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next 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 19, 2024
commit 4680f2bef5be2c21cedfad2230da5e354208a597
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