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