Loadpoints: track metrics #33957
Annotations
1 error and 1 notice
|
Run tests:
tests/utils.ts#L16
1) [chromium] βΊ tests/boost.spec.ts:113:3 βΊ boost βΊ boost default for ui-created loadpoint βββββββ
Error: expect(locator).not.toBeVisible() failed
Locator: getByTestId('loadpoint-settings-modal').last()
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByTestId('loadpoint-settings-modal').last()
2 Γ locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" data-bs-backdrop="true" data-bs-keyboard="true" id="loadpointSettingsModal_3" 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_3" class="modal fade text-dark show" data-testid="loadpoint-settings-modal">β¦</div>
- unexpected value "visible"
at utils.ts:16
14 |
15 | export async function expectModalHidden(modal: Locator): Promise<void> {
> 16 | await expect(modal).not.toBeVisible();
| ^
17 | await expect(modal).toHaveAttribute("aria-hidden", "true");
18 | }
19 |
at expectModalHidden (/home/runner/work/evcc/evcc/tests/utils.ts:16:27)
at /home/runner/work/evcc/evcc/tests/boost.spec.ts:141:11
|
|
Run tests
1 flaky
[chromium] βΊ tests/boost.spec.ts:113:3 βΊ boost βΊ boost default for ui-created loadpoint ββββββββ
1 skipped
241 passed (1.6m)
|
Loading