mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
chore(tests): Revert "chore(tests): fix import in cypress test limit_to_same_group.cy.ts"
This reverts commit d49b453b437d533d913e28d859cbe083e9ca9b4a.
This commit is contained in:
parent
c999fea57c
commit
aa25f6071d
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue