Skip to content

Commit 8acf742

Browse files
committed
E2E tests improvements
1 parent f00fe62 commit 8acf742

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4117,8 +4117,7 @@ jobs:
41174117
fail-fast: false
41184118
matrix:
41194119
cluster: [
4120-
{distribution: kind, version: v1.30.0},
4121-
{distribution: openshift, version: 4.17.0-okd}
4120+
{distribution: kind, version: v1.30.0}
41224121
]
41234122
steps:
41244123
- name: Checkout

e2e/playwright/tests/shared/airgap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Page, Expect, Locator } from '@playwright/test';
22

3-
export const airgapInstall = async (page: Page, expect: Expect, host: string, username: string, password: string, namespace: string, airgapBundlePath: string, timeout: number = 1 * 60 * 1000) => {
3+
export const airgapInstall = async (page: Page, expect: Expect, host: string, username: string, password: string, namespace: string, airgapBundlePath: string, timeout: number = 2 * 60 * 1000) => {
44
await expect(page.locator("#app")).toContainText("Install in airgapped environment", { timeout: 15000 });
55
await page.getByTestId("airgap-registry-hostname").click();
66
await page.getByTestId("airgap-registry-hostname").fill(host);

0 commit comments

Comments
 (0)