Home Assistant Nightly Beta Tests #932
Annotations
2 errors and 1 notice
|
[chromium] › tests/13 - interactions.spec.ts:474:1 › if sidebar_mode is set to "hidden" it should not be possible to make the sidebar visible:
tests/13 - interactions.spec.ts#L496
1) [chromium] › tests/13 - interactions.spec.ts:474:1 › if sidebar_mode is set to "hidden" it should not be possible to make the sidebar visible
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeChecked() failed
Locator: locator('.content > ha-card ha-force-narrow-row ha-row-item > ha-switch input')
Expected: checked
Received: unchecked
Timeout: 15000ms
Call log:
- Expect "toBeChecked" with timeout 15000ms
- waiting for locator('.content > ha-card ha-force-narrow-row ha-row-item > ha-switch input')
34 × locator resolved to <input title="" value="on" class="input" role="switch" type="checkbox" aria-checked="false" aria-describedby="hint"/>
- unexpected value "unchecked"
494 | await waitForBasicElements(page);
495 | await expect(page.locator(SELECTORS.HA_SIDEBAR)).toHaveAttribute('narrow');
> 496 | await expect(page.locator(`${SELECTORS.PROFILE_HIDE_SIDEBAR} input`)).toBeChecked();
| ^
497 |
498 | });
499 |
at /home/runner/work/custom-sidebar/custom-sidebar/tests/13 - interactions.spec.ts:496:75
|
|
[chromium] › tests/13 - interactions.spec.ts:474:1 › if sidebar_mode is set to "hidden" it should not be possible to make the sidebar visible:
tests/13 - interactions.spec.ts#L486
1) [chromium] › tests/13 - interactions.spec.ts:474:1 › if sidebar_mode is set to "hidden" it should not be possible to make the sidebar visible
Error: expect(locator).toBeChecked() failed
Locator: locator('.content > ha-card ha-force-narrow-row ha-row-item > ha-switch input')
Expected: checked
Received: unchecked
Timeout: 15000ms
Call log:
- Expect "toBeChecked" with timeout 15000ms
- waiting for locator('.content > ha-card ha-force-narrow-row ha-row-item > ha-switch input')
34 × locator resolved to <input title="" value="on" class="input" role="switch" type="checkbox" aria-checked="false" aria-describedby="hint"/>
- unexpected value "unchecked"
484 |
485 | await expect(page.locator(SELECTORS.HA_SIDEBAR)).toHaveAttribute('narrow');
> 486 | await expect(page.locator(`${SELECTORS.PROFILE_HIDE_SIDEBAR} input`)).toBeChecked();
| ^
487 | await page.locator(SELECTORS.PROFILE_HIDE_SIDEBAR).click();
488 | await expect(page.locator(`${SELECTORS.PROFILE_HIDE_SIDEBAR} input`)).not.toBeChecked();
489 | await expect(page.locator(SELECTORS.HA_SIDEBAR)).not.toHaveAttribute('narrow');
at /home/runner/work/custom-sidebar/custom-sidebar/tests/13 - interactions.spec.ts:486:75
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/13 - interactions.spec.ts:474:1 › if sidebar_mode is set to "hidden" it should not be possible to make the sidebar visible
467 passed (10.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-report
Expired
|
2.18 MB |
sha256:939d56a8aff236f0ff01185b5d9eeaa64048ceb84931526535d30ee5d597127e
|
|