Home Assistant Nightly Beta Tests #932
Annotations
2 errors and 1 notice
|
E2E Tests:
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
|
|
E2E Tests:
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
|
|
E2E Tests
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)
|
background
wait
wait-all
cancel
parallel
Loading