Skip to content

Commit

Permalink
test(e2e): removed unnecesary 'page'
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Villanueva <[email protected]>
  • Loading branch information
danivilla9 committed Dec 12, 2024
1 parent c14fd84 commit a9eb7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/openshift-local-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit a9eb7fb

Please sign in to comment.