Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed Jan 29, 2024
1 parent b2a0646 commit 10aa645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/support/objects/url-navigation/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const openResourceViaUrl = async (args: openResourceViaUrlArgs) => {
const fileId = await getTheFileIdOfSpaceFile(user, space, resource)

const fullUrl = collabora
? `${config.backendUrl}/external/open-with-web/?fileId=${fileId}`
? `${config.backendUrl}/external/open-with-web/?appName=collabora&fileId=${fileId}`
: `${config.backendUrl}/f/${fileId}`
await page.goto(fullUrl)
}
Expand Down

0 comments on commit 10aa645

Please sign in to comment.