feat(meter): add ecoflow-stream-mqtt with public-API MQTT and cascade discovery #33584
Annotations
1 error and 1 notice
|
Run tests:
tests/utils.ts#L46
1) [chromium] › tests/boost.spec.ts:45:3 › boost › battery too low for boost when limit above soc
Error: expect(locator).not.toBeVisible() failed
Locator: getByTestId('loadpoint-settings-modal').first()
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByTestId('loadpoint-settings-modal').first()
2 × locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" data-bs-backdrop="true" data-bs-keyboard="true" id="loadpointSettingsModal_1" class="modal fade text-dark show" data-testid="loadpoint-settings-modal">…</div>
- unexpected value "visible"
7 × locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" aria-hidden="false" data-bs-backdrop="true" data-bs-keyboard="true" id="loadpointSettingsModal_1" class="modal fade text-dark show" data-testid="loadpoint-settings-modal">…</div>
- unexpected value "visible"
at utils.ts:46
44 |
45 | export async function expectModalHidden(modal: Locator): Promise<void> {
> 46 | await expect(modal).not.toBeVisible();
| ^
47 | await expect(modal).toHaveAttribute("aria-hidden", "true");
48 | }
49 |
at expectModalHidden (/home/runner/work/evcc/evcc/tests/utils.ts:46:27)
at /home/runner/work/evcc/evcc/tests/boost.spec.ts:57:11
|
|
Run tests
1 flaky
[chromium] › tests/boost.spec.ts:45:3 › boost › battery too low for boost when limit above soc ─
239 passed (1.4m)
|
Loading