Migrate home assistant to version 2026.8.0 #1341
Annotations
2 errors, 1 warning, and 1 notice
|
[chromium] › tests/12 - jinja-templates.spec.ts:386:5 › should redirect to the default_path on load using variables and partials:
tests/12 - jinja-templates.spec.ts#L393
2) [chromium] › tests/12 - jinja-templates.spec.ts:386:5 › should redirect to the default_path on load using variables and partials
Error: expect(locator).toBeVisible() failed
Locator: locator('ha-panel-config')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('ha-panel-config')
391 |
392 | await expect(page.locator(SELECTORS.HA_SIDEBAR)).toBeVisible();
> 393 | await expect(page.locator(SELECTORS.PANEL_CONFIG)).toBeVisible();
| ^
394 | await expect(page).toHaveURL(`${BASE_URL}/config/automation/dashboard`, { timeout: 30000 });
395 |
396 | await haSwitchStateRequest(page, true);
at /home/runner/work/custom-sidebar/custom-sidebar/tests/12 - jinja-templates.spec.ts:393:60
|
|
[chromium] › tests/12 - jinja-templates.spec.ts:386:5 › should redirect to the default_path on load:
tests/12 - jinja-templates.spec.ts#L393
1) [chromium] › tests/12 - jinja-templates.spec.ts:386:5 › should redirect to the default_path on load
Error: expect(locator).toBeVisible() failed
Locator: locator('ha-panel-config')
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('ha-panel-config')
391 |
392 | await expect(page.locator(SELECTORS.HA_SIDEBAR)).toBeVisible();
> 393 | await expect(page.locator(SELECTORS.PANEL_CONFIG)).toBeVisible();
| ^
394 | await expect(page).toHaveURL(`${BASE_URL}/config/automation/dashboard`, { timeout: 30000 });
395 |
396 | await haSwitchStateRequest(page, true);
at /home/runner/work/custom-sidebar/custom-sidebar/tests/12 - jinja-templates.spec.ts:393:60
|
|
Test Code
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/12 - jinja-templates.spec.ts:386:5 › should redirect to the default_path on load
[chromium] › tests/12 - jinja-templates.spec.ts:386:5 › should redirect to the default_path on load using variables and partials
465 passed (8.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-report
Expired
|
3.25 MB |
sha256:5c75ee5dba7e481305d5333c034dacf98de3a58eaa6b2ceb4660d66aee034d6e
|
|