Nightly Build #1747
Annotations
3 errors and 1 notice
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
|
tests/auth.spec.ts#L139
1) [chromium] βΊ tests/auth.spec.ts:104:1 βΊ update password βββββββββββββββββββββββββββββββββββββββ
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Configuration' })
- locator resolved to <a href="#/config" data-v-610f38a2="" aria-current="page" class="active router-link-exact-active dropdown-item">β¦</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
137 | await openTopNavigation(page);
138 | await expect(page.getByRole("button", { name: "Logout" })).not.toBeVisible();
> 139 | await page.getByRole("link", { name: "Configuration" }).click();
| ^
140 | await expectTopNavigationClosed(page);
141 | const loginNew = page.getByTestId("login-modal");
142 | await expectModalVisible(loginNew);
at /home/runner/work/evcc/evcc/tests/auth.spec.ts:139:59
|
tests/auth.spec.ts#L0
1) [chromium] βΊ tests/auth.spec.ts:104:1 βΊ update password βββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
2 flaky
[chromium] βΊ tests/auth.spec.ts:104:1 βΊ update password ββββββββββββββββββββββββββββββββββββββββ
[chromium] βΊ tests/basics.spec.ts:18:3 βΊ main screen βΊ site title ββββββββββββββββββββββββββββββ
167 passed (1.6m)
|
The logs for this run have expired and are no longer available.
Loading