diff --git a/playwright/e2e/versions.spec.ts b/playwright/e2e/versions.spec.ts index c1a6b1f3ea7..f11219cbad9 100644 --- a/playwright/e2e/versions.spec.ts +++ b/playwright/e2e/versions.spec.ts @@ -81,6 +81,5 @@ async function checkVersions(versions: Locator, editor: EditorSection) { await expect(editor.getHeading({ name: 'V2' })).toBeVisible() // current version await versions.getByRole('link').nth(0).click() - // https://github.com/nextcloud/viewer/issues/3052 - // await expect(editor.getHeading({ name: 'V3' })).toBeVisible() + await expect(editor.getHeading({ name: 'V3' })).toBeVisible() }