Skip to content

chore(deps-dev): bump @podman-desktop/tests-playwright #720

chore(deps-dev): bump @podman-desktop/tests-playwright

chore(deps-dev): bump @podman-desktop/tests-playwright #720

GitHub Actions / JUnit Test Report failed Dec 17, 2024 in 0s

18 tests run, 10 passed, 7 skipped, 1 failed.

Annotations

Check failure on line 70 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.BootC Extension › Bootc images for architecture: arm64 › Building images › Building bootable image type: QCOW2

bootc-extension.spec.ts:139:11 Building bootable image type: QCOW2
Raw output
[chromium] › src\bootc-extension.spec.ts:139:11 › BootC Extension › Bootc images for architecture: arm64 › Building images  › Building bootable image type: QCOW2 

    Error: Timed out 5000ms waiting for expect(locator).toBeVisible()

    Locator: getByRole('region', { name: 'Header' }).getByRole('heading', { name: 'quay.io/centos-bootc/centos-bootc' })
    Expected: visible
    Received: <element(s) not found>
    Call log:
      - expect.toBeVisible with timeout 5000ms
      - waiting for getByRole('region', { name: 'Header' }).getByRole('heading', { name: 'quay.io/centos-bootc/centos-bootc' })


      160 |
      161 |             const imageDetailPage = await imagesPage.openImageDetails(imageName);
    > 162 |             await playExpect(imageDetailPage.heading).toBeVisible();
          |                                                       ^
      163 |
      164 |             const pathToStore = path.resolve(
      165 |               __dirname,
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:162:55

    "afterAll" hook timeout of 180000ms exceeded.

      68 | });
      69 |
    > 70 | test.afterAll(async ({ runner, page }) => {
         |      ^
      71 |   test.setTimeout(180000);
      72 |   try {
      73 |     await deleteImage(page, imageName);
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:70:6