Home Assistant Nightly Beta Tests #928
Annotations
10 errors and 1 notice
|
[chromium] › tests/02 - basic-options.spec.ts:721:9 › 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:9 › 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:721:9 › 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:9 › on_click property › navigate action › should execute a navigate action using a JavaScript template
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:9 › 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:9 › 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:9 › 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:9 › 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:9 › 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:9 › 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:683:9 › 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:9 › on_click property › navigate action › should execute a navigate action using a string and replace
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:9 › 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:9 › 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:9 › 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:9 › 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:9 › 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:9 › 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
|
|
[chromium] › tests/02 - basic-options.spec.ts:646:9 › 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:9 › on_click property › navigate action › should execute a navigate action using a string and no replace
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:9 › on_click property › navigate action › should execute a navigate action using a string and no replace
[chromium] › tests/02 - basic-options.spec.ts:683:9 › on_click property › navigate action › should execute a navigate action using a string and replace
[chromium] › tests/02 - basic-options.spec.ts:721:9 › on_click property › navigate action › should execute a navigate action using a JavaScript template
[chromium] › tests/02 - basic-options.spec.ts:1147:9 › 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:5 › methods in JavaScript templates › openAlertDialog should open an alert dialog
[chromium] › tests/10 - javascript-templates-methods.spec.ts:203:5 › methods in JavaScript templates › openConfirmDialog should open a confirm dialog
[chromium] › tests/10 - javascript-templates-methods.spec.ts:271:5 › methods in JavaScript templates › openRestartDialog should open the restart Home Assistant dialog
[chromium] › tests/10 - javascript-templates-methods.spec.ts:341:9 › 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:9 › methods in JavaScript templates › navigate method › navigate method with replace as true should navigate to a panel replacing the url in the history
458 passed (18.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-report
Expired
|
17.8 MB |
sha256:793c334fa83b5236c1290fb2bd59eaf7dfc0232dd4d021af3b877478e33bf869
|
|