[Dependencies]: Bump the dependencies-dev group with 5 updates #188
Annotations
3 errors, 3 warnings, and 1 notice
tests/main-options.spec.ts#L12
1) [chromium] βΊ main-options.spec.ts:10:5 βΊ Option: kiosk ββββββββββββββββββββββββββββββββββββββββ
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://host.docker.internal:8123/
Call log:
- navigating to "http://host.docker.internal:8123/", waiting until "load"
10 | test('Option: kiosk', async ({ page }) => {
11 |
> 12 | await page.goto(BASE_URL);
| ^
13 |
14 | await expect(page.locator(SELECTORS.HEADER)).toBeVisible();
15 | await expect(page.locator(SELECTORS.HA_SIDEBAR)).toBeVisible();
at /home/runner/work/kiosk-mode/kiosk-mode/tests/main-options.spec.ts:12:13
|
tests/main-options.spec.ts#L245
2) [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] βΊ url-parameters.spec.ts#L1
[chromium] βΊ url-parameters.spec.ts took 23.4s
|
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/
|
2 failed
[chromium] βΊ main-options.spec.ts:10:5 βΊ Option: kiosk βββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ main-options.spec.ts:239:6 βΊ Option: block_context_menu βΊ Test contextmenu event listener
35 passed (1.0m)
|
The logs for this run have expired and are no longer available.
Loading