Skip to content

Home Assistant Nightly Beta Tests #926

Home Assistant Nightly Beta Tests

Home Assistant Nightly Beta Tests #926

Triggered via schedule August 1, 2026 02:20
Status Failure
Total duration 22m 43s
Artifacts 1

ha-beta-tests.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › tests/02 - basic-options.spec.ts:1147:13 › on_click property › open-dialog action › should execute an open-dialog action with a restart dialog: tests/02 - basic-options.spec.ts#L1174
4) [chromium] › tests/02 - basic-options.spec.ts:1147:13 › on_click property › open-dialog action › should execute an open-dialog action with a restart dialog Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toContainText(expected) failed Locator: locator('dialog-restart ha-dialog-header span[slot="title"]') Expected substring: "Restart Home Assistant" Timeout: 15000ms Error: element(s) not found Call log: - Expect "toContainText" with timeout 15000ms - waiting for locator('dialog-restart ha-dialog-header span[slot="title"]') 1172 | await getSidebarItem(page, '#').click(); 1173 | > 1174 | await expect(dialogTitle).toContainText(title); | ^ 1175 | 1176 | await dialogCloseButton.click(); 1177 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:1174:39
[chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template: tests/02 - basic-options.spec.ts#L751
3) [chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 749 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 750 | > 751 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 752 | 753 | await haSwitchStateRequest(page, true); 754 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:751:73
[chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template: tests/02 - basic-options.spec.ts#L751
3) [chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 749 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 750 | > 751 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 752 | 753 | await haSwitchStateRequest(page, true); 754 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:751:73
[chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template: tests/02 - basic-options.spec.ts#L751
3) [chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 749 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 750 | > 751 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 752 | 753 | await haSwitchStateRequest(page, true); 754 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:751:73
[chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace: tests/02 - basic-options.spec.ts#L713
2) [chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 711 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 712 | > 713 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 714 | 715 | await page.goBack(); 716 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:713:73
[chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace: tests/02 - basic-options.spec.ts#L713
2) [chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 711 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 712 | > 713 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 714 | 715 | await page.goBack(); 716 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:713:73
[chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace: tests/02 - basic-options.spec.ts#L713
2) [chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 711 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 712 | > 713 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 714 | 715 | await page.goBack(); 716 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:713:73
[chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace: tests/02 - basic-options.spec.ts#L675
1) [chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 673 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 674 | > 675 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 676 | 677 | await page.goBack(); 678 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:675:73
[chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace: tests/02 - basic-options.spec.ts#L675
1) [chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 673 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 674 | > 675 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 676 | 677 | await page.goBack(); 678 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:675:73
[chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace: tests/02 - basic-options.spec.ts#L675
1) [chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('ha-panel-developer-tools') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('ha-panel-developer-tools') 673 | await expect(page).toHaveURL(/.*\/config\/developer-tools\/yaml/); 674 | > 675 | await expect(page.locator(SELECTORS.DEVELOPER_TOOLS_PANEL)).toBeVisible(); | ^ 676 | 677 | await page.goBack(); 678 | at /home/runner/work/custom-sidebar/custom-sidebar/tests/02 - basic-options.spec.ts:675:73
🎭 Playwright Run Summary
9 failed [chromium] › tests/02 - basic-options.spec.ts:646:13 › on_click property › navigate action › should execute a navigate action using a string and no replace [chromium] › tests/02 - basic-options.spec.ts:683:13 › on_click property › navigate action › should execute a navigate action using a string and replace [chromium] › tests/02 - basic-options.spec.ts:721:13 › on_click property › navigate action › should execute a navigate action using a JavaScript template [chromium] › tests/02 - basic-options.spec.ts:1147:13 › on_click property › open-dialog action › should execute an open-dialog action with a restart dialog [chromium] › tests/10 - javascript-templates-methods.spec.ts:144:9 › methods in JavaScript templates › openAlertDialog should open an alert dialog [chromium] › tests/10 - javascript-templates-methods.spec.ts:203:9 › methods in JavaScript templates › openConfirmDialog should open a confirm dialog [chromium] › tests/10 - javascript-templates-methods.spec.ts:271:9 › methods in JavaScript templates › openRestartDialog should open the restart Home Assistant dialog [chromium] › tests/10 - javascript-templates-methods.spec.ts:341:13 › methods in JavaScript templates › navigate method › navigate method without replace should navigate to a panel without replacing the url in the history [chromium] › tests/10 - javascript-templates-methods.spec.ts:381:13 › methods in JavaScript templates › navigate method › navigate method with replace as true should navigate to a panel replacing the url in the history 1 flaky [chromium] › tests/12 - jinja-templates.spec.ts:386:9 › should redirect to the default_path on load using variables 457 passed (20.5m)

Artifacts

Produced during runtime
Name Size Digest
test-report Expired
18.8 MB
sha256:7ae4a0cfbe2f527aca8f85e116e21bbdaa205642fe87d33c7c068e55199031d4