chore: turn off publishing of the images on PR trigger #165
137 tests run, 104 passed, 26 skipped, 7 failed.
Annotations
Check failure on line 132 in ts
github-actions / JUnit Test Report
ts.Podman Machine verification › Podman Machine onboarding workflow › Verify default podman machine settings
podman-machine-onboarding.spec.ts:121:5 Verify default podman machine settings
Raw output
[chromium] › tests\playwright\src\specs\podman-machine-onboarding.spec.ts:121:5 › Podman Machine verification › Podman Machine onboarding workflow › Verify default podman machine settings
Error: Timed out 5000ms waiting for expect(locator).not.toBeChecked()
Locator: getByRole('form', { name: 'Properties Information' }).getByRole('checkbox', { name: 'User mode networking' })
Expected: not checked
Received: <element(s) not found>
Call log:
- expect.not.toBeChecked with timeout 5000ms
- waiting for getByRole('form', { name: 'Properties Information' }).getByRole('checkbox', { name: 'User mode networking' })
130 |
131 | if (os.platform() === 'win32') {
> 132 | await playExpect(podmanOnboardingPage.machineCreationForm.userModeNetworkingCheckbox).not.toBeChecked();
| ^
133 | } else {
134 | await playExpect(podmanOnboardingPage.machineCreationForm.podmanMachineCPUs).toBeVisible();
135 | await playExpect(podmanOnboardingPage.machineCreationForm.podmanMachineMemory).toBeVisible();
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\podman-machine-onboarding.spec.ts:132:99
Check failure on line 49 in ts
github-actions / JUnit Test Report
ts.Rootless Podman machine Verification › Create a rootless machine
podman-machine-rootless.spec.ts:41:3 Create a rootless machine
Raw output
[chromium] › tests\playwright\src\specs\podman-machine-rootless.spec.ts:41:3 › Rootless Podman machine Verification › Create a rootless machine
TimeoutError: locator.isChecked: Timeout 30000ms exceeded.
Call log:
- waiting for getByRole('form', { name: 'Properties Information' }).getByRole('checkbox', { name: 'User mode networking' })
at tests\playwright\src\model\pages\forms\machine-creation-form.ts:87
85 |
86 | async ensureCheckboxState(desiredState: boolean, checkbox: Locator): Promise<void> {
> 87 | if (desiredState !== (await checkbox.isChecked())) {
| ^
88 | await checkbox.locator('..').click();
89 | playExpect(await checkbox.isChecked()).toBe(desiredState);
90 | }
at MachineCreationForm.ensureCheckboxState (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\forms\machine-creation-form.ts:87:42)
at MachineCreationForm.setupAndCreateMachine (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\forms\machine-creation-form.ts:78:18)
at CreateMachinePage.createMachine (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\model\pages\create-machine-page.ts:42:5)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\podman-machine-rootless.spec.ts:49:5
Check failure on line 59 in ts
github-actions / JUnit Test Report
ts.Rootless Podman machine Verification › Clean up rootless machine
podman-machine-rootless.spec.ts:57:3 Clean up rootless machine
Raw output
[chromium] › tests\playwright\src\specs\podman-machine-rootless.spec.ts:57:3 › Rootless Podman machine Verification › Clean up rootless machine › Delete Podman machine › Wait for condition to become 'true'
Error: Timeout (15000 ms) was reach while waiting for condition () to become 'true'
at tests\playwright\src\utility\wait.ts:49
47 | : errorMessage;
48 | if (sendError) {
> 49 | throw Error(message);
| ^
50 | }
51 | });
52 | }
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:49:13
at wait (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:32:3)
at waitUntil (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:72:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:200:5
at deletePodmanMachine (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\operations.ts:188:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\podman-machine-rootless.spec.ts:59:5
Check failure on line 39 in ts
github-actions / JUnit Test Report
ts.Podman machine switching validation › Check data for available Podman Machine and stop machine
podman-machine-tests.spec.ts:47:3 Check data for available Podman Machine and stop machine
Raw output
[chromium] › tests\playwright\src\specs\podman-machine-tests.spec.ts:47:3 › Podman machine switching validation › Check data for available Podman Machine and stop machine
Error: Timed out 30000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
Expected string: "RUNNING"
Received string: "INSTALLED BUT NOT READY"
Call log:
- expect.toHaveText with timeout 30000ms
- waiting for getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
at tests\playwright\src\utility\wait.ts:115
113 | sendError: false,
114 | });
> 115 | await playExpect(dashboardPage.podmanStatusLabel).toHaveText('RUNNING', { timeout: timeoutOut });
| ^
116 | });
117 | }
118 |
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:115:55
at waitForPodmanMachineStartup (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:108:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\podman-machine-tests.spec.ts:39:3
Check failure on line 42 in ts
github-actions / JUnit Test Report
ts.Pulling image from authenticated registry workflow verification › Cannot pull image from unauthenticated registry
registry-image.spec.ts:55:3 Cannot pull image from unauthenticated registry
Raw output
[chromium] › tests\playwright\src\specs\registry-image.spec.ts:55:3 › Pulling image from authenticated registry workflow verification › Cannot pull image from unauthenticated registry
Error: Timed out 30000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
Expected string: "RUNNING"
Received string: "INSTALLED BUT NOT READY"
Call log:
- expect.toHaveText with timeout 30000ms
- waiting for getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
at tests\playwright\src\utility\wait.ts:115
113 | sendError: false,
114 | });
> 115 | await playExpect(dashboardPage.podmanStatusLabel).toHaveText('RUNNING', { timeout: timeoutOut });
| ^
116 | });
117 | }
118 |
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:115:55
at waitForPodmanMachineStartup (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:108:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\registry-image.spec.ts:42:3
Check failure on line 33 in ts
github-actions / JUnit Test Report
ts.Volume workflow verification @smoke › Create new Volume
volume-smoke.spec.ts:43:3 Create new Volume
Raw output
[chromium] › tests\playwright\src\specs\volume-smoke.spec.ts:43:3 › Volume workflow verification @smoke › Create new Volume
Error: Timed out 30000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
Expected string: "RUNNING"
Received string: "INSTALLED BUT NOT READY"
Call log:
- expect.toHaveText with timeout 30000ms
- waiting for getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
at tests\playwright\src\utility\wait.ts:115
113 | sendError: false,
114 | });
> 115 | await playExpect(dashboardPage.podmanStatusLabel).toHaveText('RUNNING', { timeout: timeoutOut });
| ^
116 | });
117 | }
118 |
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:115:55
at waitForPodmanMachineStartup (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:108:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\volume-smoke.spec.ts:33:3
Check failure on line 43 in ts
github-actions / JUnit Test Report
ts.Play yaml file to pull images and create pod for app primary-podify-demo @smoke › Playing yaml
yaml-smoke.spec.ts:59:3 Playing yaml
Raw output
[chromium] › tests\playwright\src\specs\yaml-smoke.spec.ts:59:3 › Play yaml file to pull images and create pod for app primary-podify-demo @smoke › Playing yaml
Error: Timed out 30000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
Expected string: "RUNNING"
Received string: "INSTALLED BUT NOT READY"
Call log:
- expect.toHaveText with timeout 30000ms
- waiting for getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
- locator resolved to <span aria-label="Connection Status Label" class="my-auto ml-1 text-xs text-[var(--pd-status-not-running)]">INSTALLED BUT NOT READY</span>
- unexpected value "INSTALLED BUT NOT READY"
at tests\playwright\src\utility\wait.ts:115
113 | sendError: false,
114 | });
> 115 | await playExpect(dashboardPage.podmanStatusLabel).toHaveText('RUNNING', { timeout: timeoutOut });
| ^
116 | });
117 | }
118 |
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:115:55
at waitForPodmanMachineStartup (C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\utility\wait.ts:108:3)
at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\yaml-smoke.spec.ts:43:3