Skip to content

chore(deps): bump svelte-check from 4.0.9 to 4.1.0 (#1041) #674

chore(deps): bump svelte-check from 4.0.9 to 4.1.0 (#1041)

chore(deps): bump svelte-check from 4.0.9 to 4.1.0 (#1041) #674

GitHub Actions / JUnit Test Report failed Nov 25, 2024 in 0s

18 tests run, 4 passed, 12 skipped, 2 failed.

Annotations

Check failure on line 173 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.BootC Extension › Bootc images for architecture: amd64 › 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: amd64 › Building images  › Building bootable image type: QCOW2 

    Error: locator.click: Error: strict mode violation: getByLabel('Bootable Containers') resolved to 2 elements:
        1) <a href="/webviews/0" aria-label="Bootable Containers">…</a> aka getByLabel('Bootable Containers', { exact: true })
        2) <div aria-label="Bootable Containers title" class="text-xs text-center max-w-[60px] ml-[2px]">Bootable Containers</div> aka getByLabel('Bootable Containers', { exact: true })

    Call log:
      - waiting for getByLabel('Bootable Containers')


      216 | async function handleWebview(runner: Runner): Promise<[Page, Page]> {
      217 |   const page = runner.getPage();
    > 218 |   await page.getByLabel('Bootable Containers').click();
          |                                                ^
      219 |   await page.waitForTimeout(2000);
      220 |
      221 |   const webView = page.getByRole('document', { name: 'Bootable Containers' });
        at handleWebview (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:218:48)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:173:37

Check failure on line 129 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: Timeout (30000 ms) was reach while waiting for condition () to become 'true'

      128 |
      129 |         await playExpect
    > 130 |           .poll(async () => await imagesPage.waitForImageExists(imageName, 30_000), { timeout: 0 })
          |                             ^
      131 |           .toBeTruthy();
      132 |         imageBuildFailed = false;
      133 |       });
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:49:13
        at B (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:77:3)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\model\pages\images-page.ts:156:7
        at Object.playExpect.poll.timeout (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:130:29)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:129:9