-
Task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
Task
As an engineer working on RHDH, I do not want update e2e-tests/playwright/e2e/extensions.spec.ts all the time when we update the related plugin.
The test should use a regex to check that version string.
See e2e-tests/playwright/e2e/extensions.spec.ts line 550
await expect(page.getByRole("cell", { name: "1.1.27" })).toBeVisible();