Nightly Build #1676
Annotations
3 errors and 1 notice
|
tests/utils.ts#L46
3) [chromium] βΊ tests/config-loadpoint.spec.ts:450:3 βΊ charging loadpoint βΊ user-defined charger β
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByTestId('loadpoint-modal')
Expected: not visible
Received: visible
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByTestId('loadpoint-modal')
3 Γ locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" id="loadpointModal" data-bs-backdrop="true" data-bs-keyboard="true" data-testid="loadpoint-modal" class="modal fade text-dark fade-left show">β¦</div>
- unexpected value "visible"
6 Γ locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" id="loadpointModal" aria-hidden="false" data-bs-backdrop="true" data-bs-keyboard="true" data-testid="loadpoint-modal" class="modal fade text-dark show">β¦</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/config-loadpoint.spec.ts:528:11
|
|
tests/config-aux.spec.ts#L15
2) [chromium] βΊ tests/config-aux.spec.ts:23:3 βΊ aux meter βΊ create and remove aux meter ββββββββββ
Test timeout of 30000ms exceeded while running "beforeEach" hook.
13 | test.use({ baseURL: baseUrl() });
14 |
> 15 | test.beforeEach(async () => {
| ^
16 | await start(CONFIG_GRID_ONLY);
17 | });
18 | test.afterEach(async () => {
at /home/runner/work/evcc/evcc/tests/config-aux.spec.ts:15:6
|
|
tests/utils.ts#L46
1) [chromium] βΊ tests/backup-restore.spec.ts:116:3 βΊ backup and restore βΊ download backup and restore from file
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByTestId('backup-restore-modal')
Expected: not visible
Received: visible
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByTestId('backup-restore-modal')
3 Γ locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" id="backupRestoreModal" data-bs-backdrop="true" data-bs-keyboard="true" class="modal fade text-dark show" data-testid="backup-restore-modal">β¦</div>
- unexpected value "visible"
6 Γ locator resolved to <div tabindex="-1" role="dialog" aria-modal="true" aria-hidden="false" id="backupRestoreModal" data-bs-backdrop="true" data-bs-keyboard="true" class="modal fade text-dark show" data-testid="backup-restore-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/backup-restore.spec.ts:161:11
|
|
3 flaky
[chromium] βΊ tests/backup-restore.spec.ts:116:3 βΊ backup and restore βΊ download backup and restore from file
[chromium] βΊ tests/config-aux.spec.ts:23:3 βΊ aux meter βΊ create and remove aux meter βββββββββββ
[chromium] βΊ tests/config-loadpoint.spec.ts:450:3 βΊ charging loadpoint βΊ user-defined charger ββ
1 skipped
153 passed (1.5m)
|
The logs for this run have expired and are no longer available.
Loading