We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa16ce commit f299491Copy full SHA for f299491
1 file changed
playwright/e2e/versions.spec.ts
@@ -83,6 +83,5 @@ async function checkVersions(versions: Locator, editor: EditorSection) {
83
await expect(editor.getHeading({ name: 'V2' })).toBeVisible()
84
// current version
85
await versions.getByRole('link').nth(0).click()
86
- // https://github.com/nextcloud/viewer/issues/3052
87
- // await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
+ await expect(editor.getHeading({ name: 'V3' })).toBeVisible()
88
}
0 commit comments