diff --git a/tests/src/openshift-local-extension.spec.ts b/tests/src/openshift-local-extension.spec.ts index c4d2eafa..2c563f13 100644 --- a/tests/src/openshift-local-extension.spec.ts +++ b/tests/src/openshift-local-extension.spec.ts @@ -77,7 +77,7 @@ test.describe.serial('Red Hat OpenShift Local extension verification', () => { await playExpect(extensionCard.card).toBeVisible(); }); - test('Extension (card) is installed, present and active', async ({ navigationBar, page }) => { + test('Extension (card) is installed, present and active', async ({ navigationBar }) => { const extensions = await navigationBar.openExtensions(); await playExpect.poll(async () => await extensions.extensionIsInstalled(extensionLabelCrc), { timeout: 30000 },