[Dependencies]: Bump the dependencies-dev group with 4 updates #183
Annotations
2 errors, 4 warnings, and 1 notice
tests/main-options.spec.ts#L245
1) [chromium] › main-options.spec.ts:239:6 › Option: block_context_menu › Test contextmenu event listener
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation
243 | await expect(page.locator(SELECTORS.HEADER)).toBeVisible();
244 |
> 245 | let executed = await page.evaluate(() => window['__listener'].calledOnce);
| ^
246 |
247 | await expect(executed).toBe(false);
248 |
at /home/runner/work/kiosk-mode/kiosk-mode/tests/main-options.spec.ts:245:29
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[chromium] › main-options.spec.ts#L1
[chromium] › main-options.spec.ts took 25.0s
|
[chromium] › url-parameters.spec.ts#L1
[chromium] › url-parameters.spec.ts took 23.2s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
The logs for this run have expired and are no longer available.
Loading