test(cypress): adjust for breaking changes of @nextcloud/paths

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-12-22 03:04:35 +01:00
parent 34330db471
commit 58fd2d3df8
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -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'
/**