chore(deps): bump @tanstack/svelte-query from 6.1.13 to 6.1.14 #2817
Annotations
1 error, 1 warning, and 1 notice
|
Run Playwright E2E tests:
tests/spec/images.spec.ts#L213
1) [chromium] › spec/images.spec.ts:199:2 › Images Page › should pull image via form ─────────────
Error: expect(locator).toBeHidden() failed
Locator: getByRole('heading', { name: 'Pull Image' })
Expected: hidden
Received: visible
Timeout: 120000ms
Call log:
- Expect "toBeHidden" with timeout 120000ms
- waiting for getByRole('heading', { name: 'Pull Image' })
123 × locator resolved to <div id="bits-c124" role="heading" aria-level="2" data-state="open" data-dialog-title="" data-slot="sheet-title" class="text-foreground font-semibold">…</div>
- unexpected value "visible"
211 | await page.getByRole('button', { name: 'Pull', exact: true }).click();
212 |
> 213 | await expect(dialogHeading).toBeHidden({ timeout: 120_000 });
| ^
214 | });
215 | });
216 |
at /home/runner/work/arcane/arcane/tests/spec/images.spec.ts:213:31
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Playwright E2E tests
1 flaky
[chromium] › spec/images.spec.ts:199:2 › Images Page › should pull image via form ──────────────
3 skipped
140 passed (12.6m)
|
Loading