Skip to content

Podman machine fails to start on Intel macOS when using Podman nightly #524

@amisskii

Description

@amisskii

Podman machine fails to start on Intel macOS when using Podman nightly

log output:

Error: expect(locator).toHaveText(expected) failed

Locator:  getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
Expected: "RUNNING"
Received: "INSTALLED BUT NOT READY"
Timeout:  30000ms

Call log:
  - Expect "toHaveText" with timeout 30000ms
  - waiting for getByRole('region', { name: 'Podman Provider' }).getByLabel('Connection Status Label')
    34 × 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:140

  138 |     }
  139 |
> 140 |     await playExpect(dashboardPage.podmanStatusLabel).toHaveText('RUNNING', {
      |                                                       ^
  141 |       timeout: timeoutOut,
  142 |     });
  143 |   });
    at /Users/crcqe/pd-e2e/podman-desktop/tests/playwright/src/utility/wait.ts:140:55
    at /Users/crcqe/pd-e2e/podman-desktop/tests/playwright/src/specs/cancelable-task-smoke.spec.ts:34:3

Error Context: tests/playwright/output/tests-playwright-src-specs-ab79d-e-all-experimental-features-chromium/error-context.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions