chore: turn off publishing of the images on PR trigger #165
GitHub Actions / JUnit Test Report
failed
Oct 8, 2024 in 0s
135 tests run, 121 passed, 13 skipped, 1 failed.
Annotations
Check failure on line 93 in ts
github-actions / JUnit Test Report
ts.Kind End-to-End Tests › Kind cluster operations › Create a Kind cluster
kind.spec.ts:91:5 Create a Kind cluster
Raw output
[chromium] › tests\playwright\src\specs\kind.spec.ts:91:5 › Kind End-to-End Tests › Kind cluster operations › Create a Kind cluster › Create Kind cluster
Test timeout of 300000ms exceeded.
Error: Timed out 300000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Go back to resources' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 300000ms
- waiting for getByRole('button', { name: 'Go back to resources' })
at tests\playwright\src\model\pages\create-kind-cluster-page.ts:116
114 | await this.logsButton.scrollIntoViewIfNeeded();
115 | await this.logsButton.click();
> 116 | await playExpect(this.goBackButton).toBeVisible({ timeout: timeout });
| ^
117 | await this.goBackButton.click();
118 | }
119 |
at CreateKindClusterPage.createCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:116:41)
at CreateKindClusterPage.createClusterDefault (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-kind-cluster-page.ts:68:5)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:325:7
at createKindCluster (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:305:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kind.spec.ts:93:7
Loading