chore(deps-dev): bump @types/node from 20.17.6 to 20.17.11 #749
GitHub Actions / JUnit Test Report
failed
Jan 2, 2025 in 0s
18 tests run, 3 passed, 13 skipped, 2 failed.
Annotations
Check failure on line 121 in ts
github-actions / JUnit Test Report
ts.BootC Extension › Bootc images for architecture: amd64 › Build bootc image from containerfile for architecture: amd64
bootc-extension.spec.ts:111:7 Build bootc image from containerfile for architecture: amd64
Raw output
[chromium] › src\bootc-extension.spec.ts:111:7 › BootC Extension › Bootc images for architecture: amd64 › Build bootc image from containerfile for architecture: amd64 › Building image quay.io/centos-bootc/centos-bootc:stream9 from C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\resources\bootable-containerfile in C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\resources with amd64 architecture
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
Check failure on line 121 in ts
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 › Building image quay.io/centos-bootc/centos-bootc:stream9 from C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\resources\bootable-containerfile in C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\resources with arm64 architecture
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
Loading