Remove usage of legacyRoot in RTL tests #2492
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/oidc/oidc-aware.spec.ts#L22
1) oidc/oidc-aware.spec.ts:16:9 › OIDC Aware › can register an account and manage it ─────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/#\/home$/
Received string: "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
Call log:
- expect.toHaveURL with timeout 10000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?loginToken=3gU6JuX9j3OtnYZfoVVPhBbVHa8bIl2a"
20 |
21 | // Eventually, we should end up at the home screen.
> 22 | await expect(page).toHaveURL(/\/#\/home$/, { timeout: 10000 });
| ^
23 | await expect(page.getByRole("heading", { name: "Welcome alice", exact: true })).toBeVisible();
24 |
25 | // Open settings and navigate to account management
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-aware.spec.ts:22:28
|
Run Playwright tests:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.4m
|
Run Playwright tests:
pinned-messages/pinned-messages.spec.ts#L1
pinned-messages/pinned-messages.spec.ts took 1.8m
|
Run Playwright tests:
login/login.spec.ts#L1
login/login.spec.ts took 1.1m
|
Run Playwright tests:
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 41.0s
|
Run Playwright tests:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 38.3s
|
Run Playwright tests
1 flaky
oidc/oidc-aware.spec.ts:16:9 › OIDC Aware › can register an account and manage it ──────────────
1 skipped
77 passed (11.8m)
|
Loading