chore(deps): typescript (major → 6.0.2) [e2e] #528
Annotations
1 error, 1 warning, and 1 notice
|
e2e/tests/admin/print-station.spec.ts#L53
1) [admin] › tests/admin/print-station.spec.ts:33:7 › Print Station - Printer Queue Display › printer cards show status badge
Error: expect(locator).toBeVisible() failed
Locator: getByText('No printers registered for this event yet.')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('No printers registered for this event yet.')
51 |
52 | // Should show empty state
> 53 | await expect(printStation.emptyState).toBeVisible();
| ^
54 | return;
55 | }
56 |
at /home/runner/work/stickerlandia/stickerlandia/e2e/tests/admin/print-station.spec.ts:53:45
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f. 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/
|
|
|
The logs for this run have expired and are no longer available.
Loading