0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-25 09:20:16 +00:00

chore(tests): Fix import in cypress test limit_to_same_group.cy.ts

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-08-12 16:09:42 +02:00
parent 244491adc1
commit e7854a9935
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -4,7 +4,7 @@
*/
import { User } from "@nextcloud/cypress"
import { createShare } from "./filesSharingUtils"
import { createShare } from "./FilesSharingUtils.ts"
describe('Limit to sharing to people in the same group', () => {
let alice: User