chore: trigger redeploy #2
Annotations
1 error, 1 warning, and 1 notice
|
[chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page:
e2e/tests/external-links-admin.spec.ts#L104
1) [chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page
Error: expect(locator).not.toBeChecked() failed
Locator: getByRole('checkbox', { name: 'Enabled' })
Expected: not checked
Received: checked
Timeout: 10000ms
Call log:
- Expect "not toBeChecked" with timeout 10000ms
- waiting for getByRole('checkbox', { name: 'Enabled' })
14 × locator resolved to <button value="on" type="button" role="checkbox" aria-checked="true" data-state="checked" data-slot="checkbox" aria-label="Enabled" class="peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4…>…</button>
- unexpected value "checked"
102 | const checkbox = page.getByRole("checkbox", { name: "Enabled" });
103 | await checkbox.click();
> 104 | await expect(checkbox).not.toBeChecked();
| ^
105 |
106 | // Verify link is hidden on start page
107 | await page.goto("/");
at /home/runner/work/request/request/e2e/tests/external-links-admin.spec.ts:104:32
|
|
E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. 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/
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/external-links-admin.spec.ts:78:7 › External Links Admin › admin can toggle link enabled/disabled and it reflects on start page
42 passed (2.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
1.47 MB |
sha256:e4dc77368db58195e0cb16236b4939b838a89b98893b764f9417ba90e0a01836
|
|