Allow tab completing users in brackets (#28460) #2434
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/oidc/oidc-native.spec.ts#L32
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Error: Timed out 10000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/#\/home$/
Received string: "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
Call log:
- expect.toHaveURL with timeout 10000ms
- waiting for locator(':root')
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
- locator resolved to <html lang="en">…</html>
- unexpected value "http://localhost:8080/?state=46d35dee3b1e4cf9aca3b4f6e2a18b3f&code=jeBTbHQ0S9sHSF3ck9AcfdNxzPrcIftn"
30 |
31 | // Eventually, we should end up at the home screen.
> 32 | await expect(page).toHaveURL(/\/#\/home$/, { timeout: 10000 });
| ^
33 | await expect(page.getByRole("heading", { name: "Welcome alice", exact: true })).toBeVisible();
34 |
35 | const tokenApiRequest = await tokenApiPromise;
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:32:28
|
Run Playwright tests:
playwright/e2e/oidc/oidc-native.spec.ts#L23
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Error: page.waitForRequest: Test ended.
21 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
22 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 23 | const tokenApiPromise = page.waitForRequest(
| ^
24 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
25 | );
26 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:23:38
|
Run Playwright tests:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.5m
|
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 40.9s
|
Run Playwright tests:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 40.1s
|
Run Playwright tests
1 flaky
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ────
1 skipped
77 passed (12.0m)
|
Loading