Skip to content

chore(deps-dev): bump concurrently from 9.1.1 to 9.1.2 #659

chore(deps-dev): bump concurrently from 9.1.1 to 9.1.2

chore(deps-dev): bump concurrently from 9.1.1 to 9.1.2 #659

GitHub Actions / JUnit Test Report failed Jan 1, 2025 in 0s

18 tests run, 9 passed, 8 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 › Build bootc image from containerfile for architecture: arm64

bootc-extension.spec.ts:111:7 Build bootc image from containerfile for architecture: arm64
Raw output
[chromium] › src\bootc-extension.spec.ts:111:7 › BootC Extension › Bootc images for architecture: arm64 › Build bootc image from containerfile for architecture: arm64 

    Error: Timed out 180000ms waiting for expect(locator).toBeEnabled()

    Locator: getByRole('button', { name: 'Done' })
    Expected: enabled
    Received: <element(s) not found>
    Call log:
      - expect.toBeEnabled with timeout 180000ms
      - waiting for getByRole('button', { name: 'Done' })


      119 |         await playExpect(buildImagePage.heading).toBeVisible();
      120 |
    > 121 |         imagesPage = await buildImagePage.buildImage(
          |                      ^
      122 |           `${imageName}:${imageTag}`,
      123 |           containerFilePath,
      124 |           contextDirectory,
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\model\pages\build-image-page.ts:98:41
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:121:22

    "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