Skip to content

Fix more flaky playwright tests #4161

Fix more flaky playwright tests

Fix more flaky playwright tests #4161

Triggered via pull request January 15, 2025 14:45
Status Failure
Total duration 17m 44s
Artifacts 32

end-to-end-tests.yaml

on: pull_request
Build Element-Web
2m 2s
Build Element-Web
Matrix: playwright
end-to-end-tests
46s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

46 errors, 106 warnings, and 30 notices
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot: playwright/e2e/crypto/utils.ts#L170
1) [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td') Expected string: "1 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)" Received string: "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td') 9 × locator resolved to <td>…</td> - unexpected value "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)" at crypto/utils.ts:170 168 | } 169 | > 170 | await expect(page.locator(".mx_SecureBackupPanel_statusList tr:nth-child(5) td")).toHaveText( | ^ 171 | expectedBackupVersion + " (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)", 172 | ); 173 | at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:170:87) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:120:9
[Dendrite] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot: playwright/e2e/crypto/utils.ts#L170
1) [Dendrite] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td') Expected string: "1 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)" Received string: "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td') 9 × locator resolved to <td>…</td> - unexpected value "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)" at crypto/utils.ts:170 168 | } 169 | > 170 | await expect(page.locator(".mx_SecureBackupPanel_statusList tr:nth-child(5) td")).toHaveText( | ^ 171 | expectedBackupVersion + " (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)", 172 | ); 173 | at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:170:87) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:120:9
[Dendrite] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
2) [Dendrite] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Dendrite] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
2) [Dendrite] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 402 | await Promise.all([ 403 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 406 | ]); 407 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
[Pinecone] › audio-player/audio-player.spec.ts:160:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot: playwright/e2e/audio-player/audio-player.spec.ts#L81
1) [Pinecone] › audio-player/audio-player.spec.ts:160:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot Error: expect(received).toBeGreaterThan(expected) Expected: > 0 Received: 0 79 | 80 | // Check the status of the seek bar > 81 | expect(await page.locator(".mx_AudioPlayer_seek input[type='range']").count()).toBeGreaterThan(0); | ^ 82 | 83 | // Enable IRC layout 84 | await app.settings.setValue("layout", null, SettingLevel.DEVICE, Layout.IRC); at takeSnapshots (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:81:88) at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:173:9
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue: playwright/e2e/read-receipts/index.ts#L473
1) [Chrome] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') Expected string: "23" Received string: "61" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') 9 × locator resolved to <span class="mx_NotificationBadge_count">61</span> - unexpected value "61" at read-receipts/index.ts:473 471 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible(); 472 | } else { > 473 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString()); | ^ 474 | } 475 | } 476 | at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:473:71) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-thread-roots.spec.ts:61:28
[Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot: playwright/e2e/audio-player/audio-player.spec.ts#L21
1) [Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot Error: Test timeout of 30000ms exceeded 19 | await tile.hover(); 20 | await tile.getByRole("button", { name: "Reply", exact: true }).click(); > 21 | }).toPass(); | ^ 22 | }; 23 | 24 | test.describe("Audio player", { tag: ["@no-firefox", "@no-webkit"] }, () => { at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:21:8) at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:274:19
[WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default: playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default Test timeout of 30000ms exceeded.
[WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default: playwright/e2e/crypto/backups-mas.spec.ts#L28
1) [WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default Error: expect(locator).toBeVisible() Locator: getByText('This session is backing up your keys.') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('This session is backing up your keys.') 26 | 27 | await app.settings.openUserSettings("Security & Privacy"); > 28 | await expect(page.getByText("This session is backing up your keys.")).toBeVisible(); | ^ 29 | }); 30 | 31 | test("user is prompted to set up recovery", async ({ page, mailhogClient, app }, testInfo) => { at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:28:79
[WebKit] › read-receipts/high-level.spec.ts:85:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue: playwright/e2e/read-receipts/index.ts#L410
1) [WebKit] › read-receipts/high-level.spec.ts:85:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_EventTile_body').getByText('Msg0010') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile_body').getByText('Msg0010') at read-receipts/index.ts:410 408 | */ 409 | async assertMessageLoaded(messagePart: string) { > 410 | await expect(this.page.locator(".mx_EventTile_body").getByText(messagePart)).toBeVisible(); | ^ 411 | } 412 | 413 | /** at Helpers.assertMessageLoaded (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:410:86) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:110:24
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts:121:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue: playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
2) [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:121:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue Test timeout of 30000ms exceeded while setting up "bot".
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts:121:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue: playwright/pages/bot.ts#L202
2) [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:121:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue Error: jsHandle.evaluate: Test timeout of 30000ms exceeded. at ../pages/bot.ts:202 200 | // XXX: workaround https://github.com/element-hq/element-web/issues/26755 201 | // wait for out device list to be available, as a proxy for the device keys having been uploaded. > 202 | await clientHandle.evaluate(async (cli, credentials) => { | ^ 203 | await cli.getCrypto()!.getUserDeviceInfo([credentials.userId]); 204 | }, credentials); 205 | at Bot.buildClient (/home/runner/work/element-web/element-web/playwright/pages/bot.ts:202:32) at Bot.prepareClient (/home/runner/work/element-web/element-web/playwright/pages/client.ts:43:27) at Object.bot (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:235:9)
[WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline: playwright/e2e/lazy-loading/lazy-loading.spec.ts#L79
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline Error: toBeAttached can be only used with Locator object 77 | await app.timeline.scrollToTop(); 78 | for (const charly of charlies) { > 79 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached(); | ^ 80 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached(); 81 | } 82 | } at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:79:104) at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:134:9
[WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload: playwright/e2e/app-loading/stored-credentials.spec.ts#L1
1) [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ── Test timeout of 30000ms exceeded.
[WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload: playwright/e2e/app-loading/stored-credentials.spec.ts#L35
1) [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "about:blank", waiting until "load" 33 | 34 | // Navigate away > 35 | await page.goto("about:blank"); | ^ 36 | 37 | // And back again 38 | await page.goto("/"); at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:35:16
[WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection: playwright/e2e/composer/RTE.spec.ts#L1
2) [WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection Test timeout of 30000ms exceeded.
[WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection: playwright/e2e/composer/RTE.spec.ts#L222
2) [WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection Error: locator.pressSequentially: Test timeout of 30000ms exceeded. Call log: - waiting for locator('div[contenteditable=true]') 220 | test("create link with a forward selection", async ({ page }) => { 221 | // Type a message > 222 | await page.locator("div[contenteditable=true]").pressSequentially("my message 0"); | ^ 223 | await page.locator("div[contenteditable=true]").press(`${CtrlOrMeta}+A`); 224 | 225 | // Open link modal at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:222:65
[WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads: playwright/pages/client.ts#L69
3) [WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads Error: jsHandle.evaluate: Error: Timeout waiting for room !BQjjeZeuKMREluyWom:localhost membership (now 'undefined', wanted 'join') at ../pages/client.ts:69 67 | public async evaluate<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<T> { 68 | await this.prepareClient(); > 69 | return this.client.evaluate(fn, arg); | ^ 70 | } 71 | 72 | public evaluateHandle<R, Arg, O extends MatrixClient = MatrixClient>( at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:69:28) at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:338:9) at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:202:9) at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:316:17
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Error: page.waitForRequest: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/ ============================================================ 305 | 306 | // the following code tests the fully read marker somewhere in the middle of the room > 307 | const readMarkersRequestPromise = page.waitForRequest( | ^ 308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 309 | ); 310 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Jump to first unread message.' }) 309 | ); 310 | > 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 312 | 313 | const readMarkersRequest = await readMarkersRequestPromise; 314 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/ ============================================================ 305 | 306 | // the following code tests the fully read marker somewhere in the middle of the room > 307 | const readMarkersRequestPromise = page.waitForRequest( | ^ 308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 309 | ); 310 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Jump to first unread message.' }) 309 | ); 310 | > 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 312 | 313 | const readMarkersRequest = await readMarkersRequestPromise; 314 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/ ============================================================ 305 | 306 | // the following code tests the fully read marker somewhere in the middle of the room > 307 | const readMarkersRequestPromise = page.waitForRequest( | ^ 308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 309 | ); 310 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Jump to first unread message.' }) 309 | ); 310 | > 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 312 | 313 | const readMarkersRequest = await readMarkersRequestPromise; 314 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
Run Tests [WebKit] 4/6
Process completed with exit code 1.
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 402 | await Promise.all([ 403 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 406 | ]); 407 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 402 | await Promise.all([ 403 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 406 | ]); 407 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 402 | await Promise.all([ 403 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 406 | ]); 407 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
Run Tests [Firefox] 5/6
Process completed with exit code 1.
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L96
1) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 94 | // The timeline should display the first message 95 | // The previous position before switching to Room B should be remembered > 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L96
1) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 94 | // The timeline should display the first message 95 | // The previous position before switching to Room B should be remembered > 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: playwright/e2e/room/room.spec.ts#L96
1) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div> - unexpected value "viewport ratio 0" 94 | // The timeline should display the first message 95 | // The previous position before switching to Room B should be remembered > 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 97 | }); 98 | }); 99 | at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
[WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot: playwright/e2e/settings/encryption-user-tab/index.ts#L92
2) [WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot Error: page.evaluateHandle: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at settings/encryption-user-tab/index.ts:92 90 | await expect(dialog).toMatchScreenshot(screenshot); 91 | > 92 | const handle = await this.page.evaluateHandle(() => navigator.clipboard.readText()); | ^ 93 | const clipboardContent = await handle.jsonValue(); 94 | await dialog.getByRole("textbox").fill(clipboardContent); 95 | await dialog.getByRole("button", { name: confirmButtonLabel }).click(); at Helpers.confirmRecoveryKey (/home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/index.ts:92:40) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:76:13
[WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot: playwright/e2e/settings/encryption-user-tab/index.ts#L92
2) [WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluateHandle: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at settings/encryption-user-tab/index.ts:92 90 | await expect(dialog).toMatchScreenshot(screenshot); 91 | > 92 | const handle = await this.page.evaluateHandle(() => navigator.clipboard.readText()); | ^ 93 | const clipboardContent = await handle.jsonValue(); 94 | await dialog.getByRole("textbox").fill(clipboardContent); 95 | await dialog.getByRole("button", { name: confirmButtonLabel }).click(); at Helpers.confirmRecoveryKey (/home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/index.ts:92:40) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:76:13
[WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot: playwright/e2e/settings/encryption-user-tab/index.ts#L92
2) [WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluateHandle: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at settings/encryption-user-tab/index.ts:92 90 | await expect(dialog).toMatchScreenshot(screenshot); 91 | > 92 | const handle = await this.page.evaluateHandle(() => navigator.clipboard.readText()); | ^ 93 | const clipboardContent = await handle.jsonValue(); 94 | await dialog.getByRole("textbox").fill(clipboardContent); 95 | await dialog.getByRole("button", { name: confirmButtonLabel }).click(); at Helpers.confirmRecoveryKey (/home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/index.ts:92:40) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:76:13
[WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot: playwright/e2e/settings/encryption-user-tab/index.ts#L92
3) [WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot Error: page.evaluateHandle: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at settings/encryption-user-tab/index.ts:92 90 | await expect(dialog).toMatchScreenshot(screenshot); 91 | > 92 | const handle = await this.page.evaluateHandle(() => navigator.clipboard.readText()); | ^ 93 | const clipboardContent = await handle.jsonValue(); 94 | await dialog.getByRole("textbox").fill(clipboardContent); 95 | await dialog.getByRole("button", { name: confirmButtonLabel }).click(); at Helpers.confirmRecoveryKey (/home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/index.ts:92:40) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:109:9
[WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot: playwright/e2e/settings/encryption-user-tab/index.ts#L92
3) [WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluateHandle: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at settings/encryption-user-tab/index.ts:92 90 | await expect(dialog).toMatchScreenshot(screenshot); 91 | > 92 | const handle = await this.page.evaluateHandle(() => navigator.clipboard.readText()); | ^ 93 | const clipboardContent = await handle.jsonValue(); 94 | await dialog.getByRole("textbox").fill(clipboardContent); 95 | await dialog.getByRole("button", { name: confirmButtonLabel }).click(); at Helpers.confirmRecoveryKey (/home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/index.ts:92:40) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:109:9
[WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot: playwright/e2e/settings/encryption-user-tab/index.ts#L92
3) [WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluateHandle: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at settings/encryption-user-tab/index.ts:92 90 | await expect(dialog).toMatchScreenshot(screenshot); 91 | > 92 | const handle = await this.page.evaluateHandle(() => navigator.clipboard.readText()); | ^ 93 | const clipboardContent = await handle.jsonValue(); 94 | await dialog.getByRole("textbox").fill(clipboardContent); 95 | await dialog.getByRole("button", { name: confirmButtonLabel }).click(); at Helpers.confirmRecoveryKey (/home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/index.ts:92:40) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:109:9
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
4) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
end-to-end-tests
Process completed with exit code 1.
Slow Test: [Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 20.0s
Slow Test: [Pinecone] › read-receipts/room-list-order.spec.ts#L1
[Pinecone] › read-receipts/room-list-order.spec.ts took 17.7s
Slow Test: [Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 20.5s
Slow Test: [Dendrite] › read-receipts/room-list-order.spec.ts#L1
[Dendrite] › read-receipts/room-list-order.spec.ts took 18.6s
Slow Test: [Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 49.4s
Slow Test: [Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 42.5s
Slow Test: [Pinecone] › settings/account-user-settings-tab.spec.ts#L1
[Pinecone] › settings/account-user-settings-tab.spec.ts took 16.9s
Slow Test: [Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.1m
Slow Test: [Pinecone] › oidc/oidc-native.spec.ts#L1
[Pinecone] › oidc/oidc-native.spec.ts took 17.6s
Slow Test: [Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 49.1s
Slow Test: [Pinecone] › pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › pinned-messages/pinned-messages.spec.ts took 42.6s
Slow Test: [Pinecone] › invite/invite-dialog.spec.ts#L1
[Pinecone] › invite/invite-dialog.spec.ts took 19.8s
Slow Test: [Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.1m
Slow Test: [Dendrite] › oidc/oidc-native.spec.ts#L1
[Dendrite] › oidc/oidc-native.spec.ts took 20.5s
Slow Test: [Dendrite] › settings/account-user-settings-tab.spec.ts#L1
[Dendrite] › settings/account-user-settings-tab.spec.ts took 15.4s
Slow Test: [Pinecone] › crypto/event-shields.spec.ts#L1
[Pinecone] › crypto/event-shields.spec.ts took 49.9s
Slow Test: [Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 30.6s
Slow Test: [Pinecone] › crypto/device-verification.spec.ts#L1
[Pinecone] › crypto/device-verification.spec.ts took 23.0s
Slow Test: [Pinecone] › integration-manager/kick.spec.ts#L1
[Pinecone] › integration-manager/kick.spec.ts took 15.1s
Slow Test: [Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 49.0s
Slow Test: [Dendrite] › audio-player/audio-player.spec.ts#L1
[Dendrite] › audio-player/audio-player.spec.ts took 33.5s
Slow Test: [Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 31.3s
Slow Test: [Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 23.0s
Slow Test: [Dendrite] › integration-manager/kick.spec.ts#L1
[Dendrite] › integration-manager/kick.spec.ts took 15.6s
Slow Test: [Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 2.9m
Slow Test: [Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 58.6s
Slow Test: [Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 39.7s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 1.0m
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 58.9s
Slow Test: [Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 39.6s
Slow Test: [Chrome] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts took 39.2s
Slow Test: [Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 31.4s
Slow Test: [Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 1.3m
Slow Test: [Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 1.2m
Slow Test: [Chrome] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 37.3s
Slow Test: [Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 32.0s
Slow Test: [Chrome] › app-loading/guest-registration.spec.ts#L1
[Chrome] › app-loading/guest-registration.spec.ts took 15.6s
Slow Test: [Chrome] › read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/redactions-in-threads.spec.ts took 1.5m
Slow Test: [Chrome] › read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/redactions-main-timeline.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 51.9s
Slow Test: [Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 46.8s
Slow Test: [Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 31.1s
Slow Test: [Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.0m
Slow Test: [Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 53.7s
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 47.5s
Slow Test: [Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 30.2s
Slow Test: [Chrome] › settings/encryption-user-tab/recovery.spec.ts#L1
[Chrome] › settings/encryption-user-tab/recovery.spec.ts took 29.1s
Slow Test: [Firefox] › login/login-consent.spec.ts#L1
[Firefox] › login/login-consent.spec.ts took 1.4m
Slow Test: [Firefox] › timeline/timeline.spec.ts#L1
[Firefox] › timeline/timeline.spec.ts took 1.1m
Slow Test: [Firefox] › crypto/backups-mas.spec.ts#L1
[Firefox] › crypto/backups-mas.spec.ts took 45.6s
Slow Test: [Firefox] › threads/threads.spec.ts#L1
[Firefox] › threads/threads.spec.ts took 29.0s
Slow Test: [Firefox] › widgets/widget-pip-close.spec.ts#L1
[Firefox] › widgets/widget-pip-close.spec.ts took 18.5s
Slow Test: [Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 51.2s
Slow Test: [Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 36.3s
Slow Test: [Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 34.4s
Slow Test: [Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 29.2s
Slow Test: [Chrome] › accessibility/keyboard-navigation.spec.ts#L1
[Chrome] › accessibility/keyboard-navigation.spec.ts took 25.3s
Slow Test: [Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.7m
Slow Test: [Firefox] › read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 1.6m
Slow Test: [Firefox] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts took 1.2m
Slow Test: [Firefox] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts took 42.3s
Slow Test: [WebKit] › login/login-consent.spec.ts#L1
[WebKit] › login/login-consent.spec.ts took 1.4m
Slow Test: [WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.0m
Slow Test: [WebKit] › threads/threads.spec.ts#L1
[WebKit] › threads/threads.spec.ts took 35.4s
Slow Test: [WebKit] › read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/new-messages-in-threads.spec.ts took 1.3m
Slow Test: [WebKit] › read-receipts/new-messages-thread-roots.spec.ts#L1
[WebKit] › read-receipts/new-messages-thread-roots.spec.ts took 35.9s
Slow Test: [WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.6m
Slow Test: [WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 1.3m
Slow Test: [WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 52.0s
Slow Test: [WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 51.6s
Slow Test: [WebKit] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[WebKit] › read-receipts/editing-messages-thread-roots.spec.ts took 41.7s
Slow Test: [Firefox] › messages/messages.spec.ts#L1
[Firefox] › messages/messages.spec.ts took 1.7m
Slow Test: [Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.spec.ts took 1.5m
Slow Test: [Firefox] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
Slow Test: [Firefox] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts took 1.0m
Slow Test: [Firefox] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/editing-messages-thread-roots.spec.ts took 48.3s
Slow Test: [Firefox] › crypto/event-shields.spec.ts#L1
[Firefox] › crypto/event-shields.spec.ts took 1.3m
Slow Test: [Firefox] › composer/RTE.spec.ts#L1
[Firefox] › composer/RTE.spec.ts took 1.0m
Slow Test: [Firefox] › crypto/crypto.spec.ts#L1
[Firefox] › crypto/crypto.spec.ts took 57.4s
Slow Test: [Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 45.2s
Slow Test: [Firefox] › crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › crypto/decryption-failure-messages.spec.ts took 42.8s
Slow Test: [WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.2m
Slow Test: [WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 53.3s
Slow Test: [WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 42.4s
Slow Test: [WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 27.8s
Slow Test: [WebKit] › integration-manager/kick.spec.ts#L1
[WebKit] › integration-manager/kick.spec.ts took 27.4s
Slow Test: [Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 2.4m
Slow Test: [Firefox] › read-receipts/redactions-main-timeline.spec.ts#L1
[Firefox] › read-receipts/redactions-main-timeline.spec.ts took 1.8m
Slow Test: [Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 1.2m
Slow Test: [Firefox] › read-receipts/reactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/reactions-in-threads.spec.ts took 1.2m
Slow Test: [Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 49.2s
Slow Test: [WebKit] › read-receipts/redactions-in-threads.spec.ts#L1
[WebKit] › read-receipts/redactions-in-threads.spec.ts took 2.1m
Slow Test: [WebKit] › read-receipts/redactions-main-timeline.spec.ts#L1
[WebKit] › read-receipts/redactions-main-timeline.spec.ts took 1.5m
Slow Test: [WebKit] › read-receipts/reactions-in-threads.spec.ts#L1
[WebKit] › read-receipts/reactions-in-threads.spec.ts took 1.0m
Slow Test: [WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 41.3s
Slow Test: [WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 36.5s
Slow Test: [Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.7m
Slow Test: [Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 54.0s
Slow Test: [Firefox] › settings/encryption-user-tab/recovery.spec.ts#L1
[Firefox] › settings/encryption-user-tab/recovery.spec.ts took 44.1s
Slow Test: [Firefox] › room/room-header.spec.ts#L1
[Firefox] › room/room-header.spec.ts took 35.5s
Slow Test: [Firefox] › settings/account-user-settings-tab.spec.ts#L1
[Firefox] › settings/account-user-settings-tab.spec.ts took 31.7s
Slow Test: [WebKit] › spotlight/spotlight.spec.ts#L1
[WebKit] › spotlight/spotlight.spec.ts took 2.5m
Slow Test: [WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 35.3s
Slow Test: [WebKit] › room/room-header.spec.ts#L1
[WebKit] › room/room-header.spec.ts took 31.2s
Slow Test: [WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 29.0s
Slow Test: [WebKit] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
[WebKit] › settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 19.6s
🎭 Playwright Run Summary
76 skipped
🎭 Playwright Run Summary
76 skipped
🎭 Playwright Run Summary
60 skipped 17 passed (1.2m)
🎭 Playwright Run Summary
60 skipped 17 passed (1.2m)
🎭 Playwright Run Summary
41 skipped 40 passed (2.3m)
🎭 Playwright Run Summary
1 flaky [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot 47 skipped 39 passed (2.4m)
🎭 Playwright Run Summary
29 skipped 38 passed (2.5m)
🎭 Playwright Run Summary
41 skipped 40 passed (2.4m)
🎭 Playwright Run Summary
29 skipped 38 passed (2.7m)
🎭 Playwright Run Summary
2 flaky [Dendrite] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot [Dendrite] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 35 skipped 50 passed (3.9m)
🎭 Playwright Run Summary
1 flaky [Pinecone] › audio-player/audio-player.spec.ts:160:9 › Audio player › should be correctly rendered - high contrast theme @no-firefox @no-webkit @screenshot 19 skipped 62 passed (4.3m)
🎭 Playwright Run Summary
19 skipped 63 passed (4.2m)
🎭 Playwright Run Summary
1 flaky [Chrome] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue 43 skipped 32 passed (5.6m)
🎭 Playwright Run Summary
2 skipped 79 passed (6.2m)
🎭 Playwright Run Summary
5 skipped 62 passed (6.4m)
🎭 Playwright Run Summary
2 skipped 75 passed (6.7m)
🎭 Playwright Run Summary
2 skipped 85 passed (7.1m)
🎭 Playwright Run Summary
20 skipped 47 passed (7.1m)
🎭 Playwright Run Summary
1 flaky [Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot 81 passed (7.3m)
🎭 Playwright Run Summary
43 skipped 33 passed (7.4m)
🎭 Playwright Run Summary
1 flaky [WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default 19 skipped 47 passed (7.0m)
🎭 Playwright Run Summary
2 flaky [WebKit] › read-receipts/high-level.spec.ts:85:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read @mergequeue [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:121:17 › Read receipts › new messages › in the main timeline › A room where all messages are read is still read after restart @mergequeue 43 skipped 31 passed (7.5m)
🎭 Playwright Run Summary
1 flaky [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline 2 skipped 78 passed (8.7m)
🎭 Playwright Run Summary
3 skipped 78 passed (9.6m)
🎭 Playwright Run Summary
9 skipped 73 passed (9.7m)
🎭 Playwright Run Summary
3 flaky [WebKit] › app-loading/stored-credentials.spec.ts:26:5 › Shows the last known page on reload ─── [WebKit] › composer/RTE.spec.ts:220:17 › Composer › Rich text editor › links › create link with a forward selection [WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads 16 skipped 63 passed (9.7m)
🎭 Playwright Run Summary
6 skipped 71 passed (10.1m)
🎭 Playwright Run Summary
1 failed [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue 6 skipped 70 passed (10.0m)
🎭 Playwright Run Summary
1 failed [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 14 skipped 72 passed (10.9m)
🎭 Playwright Run Summary
4 failed [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A [WebKit] › settings/encryption-user-tab/recovery.spec.ts:54:9 › Recovery section in Encryption tab › should change the recovery key @screenshot [WebKit] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 1 flaky [WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts:158:9 › Threads Activity Centre › should mark all threads as read @no-firefox @screenshot 7 skipped 75 passed (13.2m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
5.72 MB
all-blob-reports-Chrome-2 Expired
304 KB
all-blob-reports-Chrome-3 Expired
7.99 MB
all-blob-reports-Chrome-4 Expired
336 KB
all-blob-reports-Chrome-5 Expired
519 KB
all-blob-reports-Chrome-6 Expired
894 KB
all-blob-reports-Dendrite-1 Expired
216 KB
all-blob-reports-Dendrite-2 Expired
125 KB
all-blob-reports-Dendrite-3 Expired
8.69 KB
all-blob-reports-Dendrite-4 Expired
56.8 KB
all-blob-reports-Dendrite-5 Expired
9.48 MB
all-blob-reports-Dendrite-6 Expired
504 KB
all-blob-reports-Firefox-1 Expired
629 KB
all-blob-reports-Firefox-2 Expired
303 KB
all-blob-reports-Firefox-3 Expired
214 KB
all-blob-reports-Firefox-4 Expired
329 KB
all-blob-reports-Firefox-5 Expired
7.16 MB
all-blob-reports-Firefox-6 Expired
852 KB
all-blob-reports-Pinecone-1 Expired
4.7 MB
all-blob-reports-Pinecone-2 Expired
125 KB
all-blob-reports-Pinecone-3 Expired
8.69 KB
all-blob-reports-Pinecone-4 Expired
57.3 KB
all-blob-reports-Pinecone-5 Expired
6.74 MB
all-blob-reports-Pinecone-6 Expired
511 KB
all-blob-reports-WebKit-1 Expired
13.1 MB
all-blob-reports-WebKit-2 Expired
6.33 MB
all-blob-reports-WebKit-3 Expired
16.3 MB
all-blob-reports-WebKit-4 Expired
8.8 MB
all-blob-reports-WebKit-5 Expired
36.1 MB
all-blob-reports-WebKit-6 Expired
5.47 MB
html-report Expired
114 MB
webapp Expired
27.2 MB