add back module #13
Annotations
2 errors and 1 notice
Run Playwright tests:
js/apps/account-ui/test/auth.setup.ts#L1
1) [setup] › auth.setup.ts:7:1 › authenticate ────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
js/apps/account-ui/test/login.ts#L13
1) [setup] › auth.setup.ts:7:1 › authenticate ────────────────────────────────────────────────────
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for getByLabel('Username')
============================================================
at login.ts:13
11 | process.env.CI ? `/realms/${realm}/account` : `/?realm=${realm}`,
12 | );
> 13 | await page.getByLabel("Username").fill(username);
| ^
14 | await page.getByLabel("Password", { exact: true }).fill(password);
15 | await page.getByRole("button", { name: "Sign In" }).click();
16 | };
at login (/home/runner/work/keycloak/keycloak/js/apps/account-ui/test/login.ts:13:37)
at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/auth.setup.ts:10:9
|
Run Playwright tests
1 flaky
[setup] › auth.setup.ts:7:1 › authenticate ─────────────────────────────────────────────────────
1 skipped
11 passed (54.5s)
|
The logs for this run have expired and are no longer available.
Loading