[create-pull-request] automated change (#28776) #3428
Annotations
11 errors, 30 warnings, and 6 notices
[Chrome] › read-receipts/redactions-main-timeline.spec.ts:59:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read @mergequeue:
eval at evaluate (:234:30)#L1
1) [Chrome] › read-receipts/redactions-main-timeline.spec.ts:59:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read @mergequeue
Error: jsHandle.evaluate: TypeError: Cannot read properties of undefined (reading 'roomId')
at eval (eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (<anonymous>:236:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/element-web/element-web/eval at evaluate (:234:30), <anonymous>:1:14)
at UtilityScript.evaluate (/home/runner/work/element-web/element-web/<anonymous>:236:17)
at UtilityScript.<anonymous> (/home/runner/work/element-web/element-web/<anonymous>:1:44)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:338:35)
at Helpers.receiveMessages (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:582:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-main-timeline.spec.ts:67:17
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L18
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 | let roomId: string;
17 |
> 18 | test.beforeEach(async ({ slidingSyncProxy, page, user, app }) => {
| ^
19 | roomId = await app.client.createRoom({ name: "Test Room" });
20 | });
21 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:18:10
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist:
playwright/pages/client.ts#L177
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:19:18
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L18
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 | let roomId: string;
17 |
> 18 | test.beforeEach(async ({ slidingSyncProxy, page, user, app }) => {
| ^
19 | roomId = await app.client.createRoom({ name: "Test Room" });
20 | });
21 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:18:10
|
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist:
playwright/pages/client.ts#L177
1) [Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:177
175 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
176 | const client = await this.prepareClient();
> 177 | return await client.evaluate(async (cli, options) => {
| ^
178 | const resp = await cli.createRoom(options);
179 | const roomId = resp.room_id;
180 | if (!cli.getRoom(roomId)) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:177:29)
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:19:18
|
[Chrome] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue:
playwright/e2e/read-receipts/high-level.spec.ts#L1
1) [Chrome] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
Test timeout of 30000ms exceeded.
|
[Chrome] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L516
1) [Chrome] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:516
514 | // If we've just entered the room, the threads panel takes a while to decide
515 | // whether it's open or not - wait here to give it a chance to settle.
> 516 | await this.page.waitForTimeout(200);
| ^
517 |
518 | const threadPanel = this.page.locator(".mx_ThreadPanel");
519 | const isThreadPanelOpen = (await threadPanel.count()) !== 0;
at Helpers.openThreadList (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:516:25)
at Helpers.getThreadListTile (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:541:20)
at Helpers.assertUnreadThread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:559:33)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:257:24
|
[Chrome] › login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails:
playwright/e2e/login/soft_logout.spec.ts#L35
1) [Chrome] › login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails, and allows a re-login
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: 'Welcome @user:localhost', exact: true })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('heading', { name: 'Welcome @user:localhost', exact: true })
33 | // back to the welcome page
34 | await expect(page).toHaveURL(/\/#\/home/);
> 35 | await expect(page.getByRole("heading", { name: `Welcome ${user.userId}`, exact: true })).toBeVisible();
| ^
36 | });
37 |
38 | test("still shows the soft-logout page when the page is reloaded after a soft-logout", async ({
at /home/runner/work/element-web/element-web/playwright/e2e/login/soft_logout.spec.ts:35:102
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
playwright/e2e/oidc/oidc-native.spec.ts#L1
2) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Test timeout of 90000ms exceeded.
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
playwright/e2e/oidc/oidc-native.spec.ts#L23
2) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
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
|
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit:
playwright/e2e/oidc/oidc-native.spec.ts#L28
2) [Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
26 |
27 | await page.goto("/#/login");
> 28 | await page.getByRole("button", { name: "Continue" }).click();
| ^
29 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
30 |
31 | // Eventually, we should end up at the home screen.
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:28:62
|
Slow Test:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 2.6m
|
Slow Test:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
|
Slow Test:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.6m
|
Slow Test:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 34.8s
|
Slow Test:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 33.8s
|
Slow Test:
[Chrome] › read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/redactions-in-threads.spec.ts took 2.5m
|
Slow Test:
[Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 55.8s
|
Slow Test:
[Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 52.5s
|
Slow Test:
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts took 52.3s
|
Slow Test:
[Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 59.1s
|
Slow Test:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 52.6s
|
Slow Test:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 42.2s
|
Slow Test:
[Chrome] › right-panel/file-panel.spec.ts#L1
[Chrome] › right-panel/file-panel.spec.ts took 37.1s
|
Slow Test:
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[Chrome] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 30.5s
|
Slow Test:
[Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 1.6m
|
Slow Test:
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 1.2m
|
Slow Test:
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 51.6s
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Slow Test:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 1.2m
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.1m
|
Slow Test:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 59.8s
|
Slow Test:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 43.3s
|
Slow Test:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 2.2m
|
Slow Test:
[Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 1.7m
|
Slow Test:
[Chrome] › login/login.spec.ts#L1
[Chrome] › login/login.spec.ts took 1.0m
|
Slow Test:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 37.1s
|
Slow Test:
[Chrome] › integration-manager/read_events.spec.ts#L1
[Chrome] › integration-manager/read_events.spec.ts took 36.7s
|
🎭 Playwright Run Summary
3 skipped
69 passed (9.5m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › read-receipts/redactions-main-timeline.spec.ts:59:17 › Read receipts › redactions › in the main timeline › Reading an unread room after a redaction of an older message makes it read @mergequeue
15 skipped
59 passed (9.5m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › sliding-sync/sliding-sync.spec.ts:251:9 › Sliding Sync › should show a favourite DM only in the favourite sublist
9 skipped
70 passed (9.9m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › read-receipts/high-level.spec.ts:217:13 › Read receipts › Paging up › Looking in thread view to find old threads that were never read makes the room unread @mergequeue
32 skipped
49 passed (10.0m)
|
🎭 Playwright Run Summary
81 passed (11.4m)
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › login/soft_logout.spec.ts:27:13 › Soft logout › with password user › shows the soft-logout page when a request fails, and allows a re-login
[Chrome] › oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account @no-firefox @no-webkit
1 skipped
76 passed (12.2m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
all-blob-reports-Chrome-1
Expired
|
688 KB |
sha256:4509965008e5802362ead9bf93d07a4b3db030b86b30ef2ead7b1f64a154065d
|
|
all-blob-reports-Chrome-2
Expired
|
9.5 MB |
sha256:a61bea68425bebab5b20a44cf1b2ecf9620068f37c9623293a471567fc790b29
|
|
all-blob-reports-Chrome-3
Expired
|
8.6 MB |
sha256:11f2a2762072d4d40361d0ead5a3c57396c39fce0dadb495750ba838eec64ddf
|
|
all-blob-reports-Chrome-4
Expired
|
3.67 MB |
sha256:fcc8ef708e77028a42da9c9293a6547efb065b288911f9432970bd8265bd802b
|
|
all-blob-reports-Chrome-5
Expired
|
3.85 MB |
sha256:51fe7f8c6d2505d2b9e940bb5c259fb398dd72868b53961196515515b0cef584
|
|
all-blob-reports-Chrome-6
Expired
|
778 KB |
sha256:4893b56a59f0bd79560c8234d0bf153ab12470bf8c3909e6ae651cb1addcbf39
|
|
html-report
Expired
|
26.5 MB |
sha256:a832d4b654eed154491c926034a2cb127adb7a4073d4500224d18e99b0be3f30
|
|
webapp
Expired
|
29.2 MB |
sha256:09dbc11038c84ea1c68531e269d1a0e87974aad3530db1d25cfe385fb5931f98
|
|