Allow tab completing users in brackets (#28460) #2434
Annotations
9 errors, 30 warnings, and 6 notices
right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name:
playwright/e2e/right-panel/right-panel.spec.ts#L51
1) right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
49 | await localAddresses.getByRole("textbox").fill(ROOM_ADDRESS_LONG);
50 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 51 | await expect(localAddresses.getByText(`#${ROOM_ADDRESS_LONG}:localhost`)).toHaveClass(
| ^
52 | "mx_EditableItem_item",
53 | );
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:51:87
|
right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name:
playwright/e2e/right-panel/right-panel.spec.ts#L51
1) right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
49 | await localAddresses.getByRole("textbox").fill(ROOM_ADDRESS_LONG);
50 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 51 | await expect(localAddresses.getByText(`#${ROOM_ADDRESS_LONG}:localhost`)).toHaveClass(
| ^
52 | "mx_EditableItem_item",
53 | );
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:51:87
|
right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name:
playwright/e2e/right-panel/right-panel.spec.ts#L51
1) right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
49 | await localAddresses.getByRole("textbox").fill(ROOM_ADDRESS_LONG);
50 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 51 | await expect(localAddresses.getByText(`#${ROOM_ADDRESS_LONG}:localhost`)).toHaveClass(
| ^
52 | "mx_EditableItem_item",
53 | );
54 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:51:87
|
Run Tests 5/6
Process completed with exit code 1.
|
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
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
|
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
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
|
crypto/event-shields.spec.ts:273:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted:
playwright/e2e/crypto/event-shields.spec.ts#L308
1) crypto/event-shields.spec.ts:273:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('.mx_EventTile').filter({ hasText: 'test encrypted from verified' }).locator('.mx_EventTile_e2eIcon')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.mx_EventTile').filter({ hasText: 'test encrypted from verified' }).locator('.mx_EventTile_e2eIcon')
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
- locator resolved to <div tabindex="0" aria-labelledby=":r86:" aria-label="State of the end-to-end encryption" class="mx_EventTile_e2eIcon mx_EventTile_e2eIcon_warning"></div>
- unexpected value "visible"
306 |
307 | const penultimate = page.locator(".mx_EventTile").filter({ hasText: "test encrypted from verified" });
> 308 | await expect(penultimate.locator(".mx_EventTile_e2eIcon")).not.toBeVisible();
| ^
309 | });
310 | });
311 | });
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/event-shields.spec.ts:308:76
|
end-to-end-tests:
right-panel/right-panel.spec.ts/with-name-and-address-linux.png#L1
Stale screenshot file
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
read-receipts/high-level.spec.ts#L1
read-receipts/high-level.spec.ts took 3.5m
|
Slow Test:
read-receipts/new-messages-in-threads.spec.ts#L1
read-receipts/new-messages-in-threads.spec.ts took 1.9m
|
Slow Test:
read-receipts/editing-messages-in-threads.spec.ts#L1
read-receipts/editing-messages-in-threads.spec.ts took 1.4m
|
Slow Test:
read-receipts/editing-messages-main-timeline.spec.ts#L1
read-receipts/editing-messages-main-timeline.spec.ts took 1.3m
|
Slow Test:
read-receipts/editing-messages-thread-roots.spec.ts#L1
read-receipts/editing-messages-thread-roots.spec.ts took 58.5s
|
Slow Test:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 1.1m
|
Slow Test:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 47.8s
|
Slow Test:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 42.7s
|
Slow Test:
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 34.5s
|
Slow Test:
read-receipts/room-list-order.spec.ts#L1
read-receipts/room-list-order.spec.ts took 32.0s
|
Slow Test:
timeline/timeline.spec.ts#L1
timeline/timeline.spec.ts took 3.0m
|
Slow Test:
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 2.4m
|
Slow Test:
spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.8m
|
Slow Test:
threads/threads.spec.ts#L1
threads/threads.spec.ts took 38.1s
|
Slow Test:
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 33.5s
|
Slow Test:
read-receipts/redactions-in-threads.spec.ts#L1
read-receipts/redactions-in-threads.spec.ts took 2.9m
|
Slow Test:
read-receipts/redactions-main-timeline.spec.ts#L1
read-receipts/redactions-main-timeline.spec.ts took 2.2m
|
Slow Test:
read-receipts/new-messages-main-timeline.spec.ts#L1
read-receipts/new-messages-main-timeline.spec.ts took 1.5m
|
Slow Test:
read-receipts/read-receipts.spec.ts#L1
read-receipts/read-receipts.spec.ts took 1.2m
|
Slow Test:
read-receipts/reactions-in-threads.spec.ts#L1
read-receipts/reactions-in-threads.spec.ts took 1.1m
|
Slow Test:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.5m
|
Slow Test:
pinned-messages/pinned-messages.spec.ts#L1
pinned-messages/pinned-messages.spec.ts took 1.8m
|
Slow Test:
login/login.spec.ts#L1
login/login.spec.ts took 1.1m
|
Slow Test:
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 40.9s
|
Slow Test:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 40.1s
|
Slow Test:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.4m
|
Slow Test:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.3m
|
Slow Test:
crypto/crypto.spec.ts#L1
crypto/crypto.spec.ts took 1.1m
|
Slow Test:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 50.1s
|
Slow Test:
integration-manager/kick.spec.ts#L1
integration-manager/kick.spec.ts took 41.9s
|
🎭 Playwright Run Summary
32 skipped
42 passed (9.2m)
|
🎭 Playwright Run Summary
1 failed
right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name
9 skipped
64 passed (9.9m)
|
🎭 Playwright Run Summary
3 skipped
69 passed (10.6m)
|
🎭 Playwright Run Summary
15 skipped
68 passed (11.9m)
|
🎭 Playwright Run Summary
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)
|
🎭 Playwright Run Summary
1 flaky
crypto/event-shields.spec.ts:273:13 › Cryptography › event shields › should show correct shields on events sent by devices which have since been deleted
77 passed (12.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
3.12 MB |
|
all-blob-reports-2
Expired
|
4.4 MB |
|
all-blob-reports-3
Expired
|
271 KB |
|
all-blob-reports-4
Expired
|
365 KB |
|
all-blob-reports-5
Expired
|
5.91 MB |
|
all-blob-reports-6
Expired
|
774 KB |
|
html-report
Expired
|
13.2 MB |
|
webapp
Expired
|
37 MB |
|