chore: turn off publishing of the images on PR trigger #165
GitHub Actions / JUnit Test Report
failed
Oct 15, 2024 in 0s
139 tests run, 130 passed, 8 skipped, 1 failed.
Annotations
Check failure on line 98 in ts
github-actions / JUnit Test Report
ts.Deploy a container to the Kind cluster › Deploy the container
deploy-to-kubernetes.spec.ts:94:5 Deploy the container
Raw output
[chromium] › tests\playwright\src\specs\deploy-to-kubernetes.spec.ts:94:5 › Deploy a container to the Kind cluster › Deploy the container
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('region', { name: 'Tab Content' }).getByRole('region', { name: 'Pod Deployment Status Info' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('region', { name: 'Tab Content' }).getByRole('region', { name: 'Pod Deployment Status Info' })
at tests\playwright\src\model\pages\deploy-to-kubernetes-page.ts:112
110 | await playExpect(this.deployButton).toBeEnabled();
111 | await this.deployButton.click();
> 112 | await playExpect(this.deploymentStatus).toBeVisible();
| ^
113 | await this.deploymentStatus.scrollIntoViewIfNeeded();
114 | await playExpect(this.doneButton).toBeVisible({ timeout: timeout });
115 | }
at DeployToKubernetesPage.deployPod (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\deploy-to-kubernetes-page.ts:112:45)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\deploy-to-kubernetes.spec.ts:98:7
Loading