From 58fd2d3df8ee53f829c62e706cbe97c0b58d99cd Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Dec 2025 03:04:35 +0100 Subject: [PATCH] test(cypress): adjust for breaking changes of `@nextcloud/paths` Signed-off-by: Ferdinand Thiessen --- cypress/e2e/files/router-query.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/files/router-query.cy.ts b/cypress/e2e/files/router-query.cy.ts index b3c3dd55de0..a7c4aae546d 100644 --- a/cypress/e2e/files/router-query.cy.ts +++ b/cypress/e2e/files/router-query.cy.ts @@ -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' /**