Podman Desktop Kubernetes E2E with Podman Latest #35
GitHub Actions / JUnit Test Report
failed
Feb 3, 2025 in 0s
26 tests run, 18 passed, 5 skipped, 3 failed.
Annotations
Check failure on line 107 in ts
github-actions / JUnit Test Report
ts.Kubernetes Edit YAML Feature E2E Test › Change the Kubernetes deployment YAML file
kubernetes-edit-yaml.spec.ts:105:3 Change the Kubernetes deployment YAML file
Raw output
[chromium] › tests\playwright\src\specs\kubernetes-edit-yaml.spec.ts:105:3 › Kubernetes Edit YAML Feature E2E Test › Change the Kubernetes deployment YAML file @k8s_e2e › Open Pods page
Error: locator.waitFor: Error: strict mode violation: getByRole('link', { name: 'Pods' }) resolved to 2 elements:
1) <a href="/pods" aria-label="Pods">…</a> aka getByRole('navigation', { name: 'AppNavigation' }).getByLabel('Pods', { exact: true })
2) <a aria-label="Pods" class="no-underline" href="/kubernetes/pods">…</a> aka getByRole('navigation', { name: 'Kubernetes Navigation Bar' }).getByLabel('Pods')
Call log:
- waiting for getByRole('link', { name: 'Pods' }) to be visible
at tests\playwright\src\model\workbench\navigation.ts:88
86 | async openPods(): Promise<PodsPage> {
87 | return test.step('Open Pods page', async () => {
> 88 | await this.podsLink.waitFor({ state: 'visible' });
| ^
89 | await this.podsLink.click();
90 | return new PodsPage(this.page);
91 | });
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\workbench\navigation.ts:88:27
at NavigationBar.openPods (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\workbench\navigation.ts:87:17)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes-edit-yaml.spec.ts:107:42
Check failure on line 106 in ts
github-actions / JUnit Test Report
ts.Kubernetes resources End-to-End test › PVC lifecycle test › Create a new PVC resource
kubernetes.spec.ts:105:7 Create a new PVC resource
Raw output
[chromium] › tests\playwright\src\specs\kubernetes.spec.ts:105:7 › Kubernetes resources End-to-End test › PVC lifecycle test › Create a new PVC resource @k8s_e2e › Open Pods page
Error: locator.waitFor: Error: strict mode violation: getByRole('link', { name: 'Pods' }) resolved to 2 elements:
1) <a href="/pods" aria-label="Pods">…</a> aka getByRole('navigation', { name: 'AppNavigation' }).getByLabel('Pods', { exact: true })
2) <a aria-label="Pods" class="no-underline" href="/kubernetes/pods">…</a> aka getByRole('navigation', { name: 'Kubernetes Navigation Bar' }).getByLabel('Pods')
Call log:
- waiting for getByRole('link', { name: 'Pods' }) to be visible
at tests\playwright\src\model\workbench\navigation.ts:88
86 | async openPods(): Promise<PodsPage> {
87 | return test.step('Open Pods page', async () => {
> 88 | await this.podsLink.waitFor({ state: 'visible' });
| ^
89 | await this.podsLink.click();
90 | return new PodsPage(this.page);
91 | });
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\workbench\navigation.ts:88:27
at NavigationBar.openPods (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\workbench\navigation.ts:87:17)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes.spec.ts:106:46
Check failure on line 169 in ts
github-actions / JUnit Test Report
ts.Kubernetes resources End-to-End test › ConfigMaps and Secrets lifecycle test › Create Secret resource
kubernetes.spec.ts:168:7 Create Secret resource
Raw output
[chromium] › tests\playwright\src\specs\kubernetes.spec.ts:168:7 › Kubernetes resources End-to-End test › ConfigMaps and Secrets lifecycle test › Create Secret resource @k8s_e2e › Open Pods page
Error: locator.waitFor: Error: strict mode violation: getByRole('link', { name: 'Pods' }) resolved to 2 elements:
1) <a href="/pods" aria-label="Pods">…</a> aka getByRole('navigation', { name: 'AppNavigation' }).getByLabel('Pods', { exact: true })
2) <a aria-label="Pods" class="no-underline" href="/kubernetes/pods">…</a> aka getByRole('navigation', { name: 'Kubernetes Navigation Bar' }).getByLabel('Pods')
Call log:
- waiting for getByRole('link', { name: 'Pods' }) to be visible
at tests\playwright\src\model\workbench\navigation.ts:88
86 | async openPods(): Promise<PodsPage> {
87 | return test.step('Open Pods page', async () => {
> 88 | await this.podsLink.waitFor({ state: 'visible' });
| ^
89 | await this.podsLink.click();
90 | return new PodsPage(this.page);
91 | });
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\workbench\navigation.ts:88:27
at NavigationBar.openPods (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\workbench\navigation.ts:87:17)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes.spec.ts:169:46
Loading