chore(tests): Revert "chore(tests): fix import in cypress test limit_to_same_group.cy.ts"

This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a.
pull/47227/head
Côme Chilliet 2024-08-19 11:13:50 +07:00
parent c999fea57c
commit aa25f6071d
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with 1 additions and 1 deletions

@ -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