Skip to content

chore: turn off publishing of the images on PR trigger #165

chore: turn off publishing of the images on PR trigger

chore: turn off publishing of the images on PR trigger #165

GitHub Actions / JUnit Test Report failed Oct 14, 2024 in 0s

135 tests run, 121 passed, 13 skipped, 1 failed.

Annotations

Check failure on line 68 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.Compose onboarding workflow verification @smoke › Compose onboarding button Setup is available

compose-onboarding-smoke.spec.ts:56:5 Compose onboarding button Setup is available
Raw output
[chromium] › tests\playwright\src\specs\compose-onboarding-smoke.spec.ts:56:5 › Compose onboarding workflow verification @smoke › Compose onboarding button Setup is available 

    Error: Compose Setup button is not present, perhaps compose is already installed

    Timed out 10000ms waiting for expect(locator).toBeVisible()

    Locator: getByRole('region', { name: 'content' }).getByRole('region', { name: 'Compose', exact: true }).getByRole('region', { name: 'Provider Setup', exact: true }).getByRole('button', { name: 'Setup' })
    Expected: visible
    Received: <element(s) not found>
    Call log:
      - Compose Setup button is not present, perhaps compose is already installed with timeout 10000ms
      - waiting for getByRole('region', { name: 'content' }).getByRole('region', { name: 'Compose', exact: true }).getByRole('region', { name: 'Provider Setup', exact: true }).getByRole('button', { name: 'Setup' })


      66 |         setupButton,
      67 |         'Compose Setup button is not present, perhaps compose is already installed',
    > 68 |       ).toBeVisible({ timeout: 10000 });
         |         ^
      69 |     });
      70 |
      71 |     test('Can enter Compose onboarding', async ({ page, navigationBar }) => {

        at C:\Users\rhqp\pd-e2e\podman-desktop\tests\playwright\src\specs\compose-onboarding-smoke.spec.ts:68:9