Nightly Build #1698
nightly.yml
on: schedule
Check latest commit
23s
Call Build
/
Clean
2m 11s
Call Build
/
Build
1m 36s
Call Build
/
Test
1m 50s
Call Build
/
Lint
1m 51s
Call Build
/
UI
1m 40s
Call Build
/
Integration
3m 11s
Publish APT nightly
0s
Hassio Addon :nightly
0s
Annotations
9 errors, 1 warning, and 1 notice
Check latest commit
Process completed with exit code 1.
|
Call Build / Integration
Process completed with exit code 1.
|
[chromium] βΊ tests/config-loadpoint.spec.ts:388:3 βΊ charging loadpoint βΊ user-defined charger:
tests/utils.ts#L46
3) [chromium] βΊ tests/config-loadpoint.spec.ts:388: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:466:11
|
[chromium] βΊ tests/basics.spec.ts:18:3 βΊ main screen βΊ site title:
tests/basics.spec.ts#L6
2) [chromium] βΊ tests/basics.spec.ts:18:3 βΊ main screen βΊ site title βββββββββββββββββββββββββββββ
"beforeAll" hook timeout of 30000ms exceeded.
4 | test.use({ baseURL: baseUrl() });
5 |
> 6 | test.beforeAll(async () => {
| ^
7 | await start("basics.evcc.yaml");
8 | });
9 | test.afterAll(async () => {
at /home/runner/work/evcc/evcc/tests/basics.spec.ts:6:6
|
[chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter:
tests/utils.ts#L46
1) [chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter
Retry #4 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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-fatals.spec.ts:82:11
|
[chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter:
tests/utils.ts#L46
1) [chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter
Retry #3 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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-fatals.spec.ts:82:11
|
[chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter:
tests/utils.ts#L46
1) [chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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-fatals.spec.ts:82:11
|
[chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter:
tests/utils.ts#L46
1) [chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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-fatals.spec.ts:82:11
|
[chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter:
tests/utils.ts#L46
1) [chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter
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-fatals.spec.ts:82:11
|
Call Build / UI
Cache save failed.
|
π Playwright Run Summary
1 failed
[chromium] βΊ tests/config-fatals.spec.ts:59:3 βΊ fatal config handling βΊ broken loadpoint meter β
2 flaky
[chromium] βΊ tests/basics.spec.ts:18:3 βΊ main screen βΊ site title ββββββββββββββββββββββββββββββ
[chromium] βΊ tests/config-loadpoint.spec.ts:388:3 βΊ charging loadpoint βΊ user-defined charger ββ
158 passed (1.5m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
|
17.3 MB |
sha256:f9905740521c84a7f0ba4259543b13687973ca6d6fbe66f7b48dfb95077b3bce
|
|