We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c9fde commit 0ad8fd9Copy full SHA for 0ad8fd9
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