Upgrade Lucide and fix toolbar voting controls and e2e tests #80
Annotations
3 errors, 1 warning, and 1 notice
|
Run Playwright tests
Process completed with exit code 1.
|
|
Run Playwright tests:
e2e/tests/toolbar-settings.spec.ts#L69
1) [chromium] › e2e/tests/toolbar-settings.spec.ts:23:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('menuitemcheckbox', { name: /Auto-Hide/i }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: /Auto-Hide/i }).first()
67 | .getByRole("menuitemcheckbox", { name: /Auto-Hide/i })
68 | .first();
> 69 | await expect(toolbarAutoHideItemAfter).toBeVisible();
| ^
70 |
71 | const autoHideAfter = await toolbarAutoHideItemAfter.getAttribute("aria-checked");
72 | expect(autoHideAfter).not.toBe(autoHideBefore);
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-settings.spec.ts:69:42
|
|
Run Playwright tests:
e2e/tests/toolbar-settings.spec.ts#L69
1) [chromium] › e2e/tests/toolbar-settings.spec.ts:23:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive
Error: expect(locator).toBeVisible() failed
Locator: getByRole('menuitemcheckbox', { name: /Auto-Hide/i }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: /Auto-Hide/i }).first()
67 | .getByRole("menuitemcheckbox", { name: /Auto-Hide/i })
68 | .first();
> 69 | await expect(toolbarAutoHideItemAfter).toBeVisible();
| ^
70 |
71 | const autoHideAfter = await toolbarAutoHideItemAfter.getAttribute("aria-checked");
72 | expect(autoHideAfter).not.toBe(autoHideBefore);
at /home/runner/work/amgiflol/amgiflol/e2e/tests/toolbar-settings.spec.ts:69:42
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, jdx/mise-action@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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 tests
1 failed
[chromium] › e2e/tests/toolbar-settings.spec.ts:23:2 › Toolbar settings menu › feature voting and behaviour toggles are visible and interactive
9 passed (33.1s)
|
background
wait
wait-all
cancel
Loading