Podman Desktop Kubernetes E2E with Podman Latest #35
GitHub Actions / JUnit Test Report
failed
Jan 30, 2025 in 0s
26 tests run, 25 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 143 in ts
github-actions / JUnit Test Report
ts.Kubernetes resources End-to-End test › PVC lifecycle test › Delete the PVC resource
kubernetes.spec.ts:137:7 Delete the PVC resource
Raw output
[chromium] › tests\playwright\src\specs\kubernetes.spec.ts:137:7 › Kubernetes resources End-to-End test › PVC lifecycle test › Delete the PVC resource @k8s_e2e
Error: Timed out 30000ms waiting for expect(locator).not.toBeVisible()
Locator: getByRole('region', { name: 'Persistent Volume Claims' }).getByRole('region', { name: 'content' }).getByRole('row', { name: 'test-pvc-resource' })
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 30000ms
- waiting for getByRole('region', { name: 'Persistent Volume Claims' }).getByRole('region', { name: 'content' }).getByRole('row', { name: 'test-pvc-resource' })
33 × locator resolved to <div role="row" aria-label="test-pvc-resource" class="grid grid-table gap-x-0.5 min-h-[48px] hover:bg-[var(--pd-content-card-hover-bg)] s-o_qY8n3xjSfx rounded-lg">…</div>
- unexpected value "visible"
141 | await pvcsPage.deleteKubernetesResource(PVC_NAME);
142 | await handleConfirmationDialog(page);
> 143 | await playExpect(pvcsPage.getResourceRowByName(PVC_NAME)).not.toBeVisible({ timeout: 30_000 });
| ^
144 | });
145 | });
146 | test.describe
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\kubernetes.spec.ts:143:71
Loading