mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
test(cypress): adjust for breaking changes of @nextcloud/paths
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
34330db471
commit
58fd2d3df8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
import type { User } from '@nextcloud/e2e-test-server/cypress'
|
||||
|
||||
import { joinPaths as join } from '@nextcloud/paths'
|
||||
import { join } from '@nextcloud/paths'
|
||||
import { getRowForFileId } from './FilesUtils.ts'
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue