Skip to content

End to End Tests

End to End Tests #4469

Triggered via schedule January 25, 2025 06:01
Status Failure
Total duration 18m 57s
Artifacts 22

end-to-end-tests.yaml

on: schedule
Build Element-Web
1m 47s
Build Element-Web
Matrix: playwright
end-to-end-tests
1m 0s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

34 errors, 77 warnings, and 20 notices
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit: playwright/e2e/crypto/utils.ts#L188
1) [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit Error: expect(received).toBe(expected) // Object.is equality Expected: "1" Received: "4" at crypto/utils.ts:188 186 | expect(backupInfo).toBeDefined(); 187 | // The key backup version is as expected > 188 | expect(backupInfo.version).toBe(expectedBackupVersion); | ^ 189 | // The active backup version is as expected 190 | expect(activeBackupVersion).toBe(expectedBackupVersion); 191 | // The backup key is stored in 4S at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:188:32) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:122:9
[Dendrite] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit: playwright/e2e/crypto/utils.ts#L188
1) [Dendrite] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit Error: expect(received).toBe(expected) // Object.is equality Expected: "1" Received: "4" at crypto/utils.ts:188 186 | expect(backupInfo).toBeDefined(); 187 | // The key backup version is as expected > 188 | expect(backupInfo.version).toBe(expectedBackupVersion); | ^ 189 | // The active backup version is as expected 190 | expect(activeBackupVersion).toBe(expectedBackupVersion); 191 | // The backup key is stored in 4S at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:188:32) at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:122:9
[Dendrite] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Dendrite] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Dendrite] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Dendrite] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
[Dendrite] › timeline/timeline.spec.ts:160:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot: playwright/e2e/timeline/timeline.spec.ts#L1
2) [Dendrite] › timeline/timeline.spec.ts:160:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot Test timeout of 30000ms exceeded.
[Dendrite] › timeline/timeline.spec.ts:160:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot: playwright/e2e/timeline/timeline.spec.ts#L177
2) [Dendrite] › timeline/timeline.spec.ts:160:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_GenericEventListSummary').getByRole('button', { name: 'Expand' }) - locator resolved to <div tabindex="0" role="button" aria-expanded="false" class="mx_AccessibleButton mx_GenericEventListSummary_toggle mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline">Expand</div> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events - retrying click action - waiting 100ms 54 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div tabindex="0" role="button" aria-label="Scroll to most recent messages" class="mx_AccessibleButton mx_JumpToBottomButton_scrollDown"></div> from <div class="mx_JumpToBottomButton">…</div> subtree intercepts pointer events - retrying click action - waiting 500ms 175 | const gels = page.locator(".mx_GenericEventListSummary"); 176 | // Click "expand" link button > 177 | await gels.getByRole("button", { name: "Expand" }).click(); | ^ 178 | // Assert that the "expand" link button worked 179 | await expect(gels.getByRole("button", { name: "Collapse" })).toBeVisible(); 180 | at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:177:68
[Chrome] › read-receipts/redactions-in-threads.spec.ts:413:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue: playwright/e2e/read-receipts/index.ts#L449
1) [Chrome] › read-receipts/redactions-in-threads.spec.ts:413:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_dot') 9 × locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot">…</div> - unexpected value "visible" at read-receipts/index.ts:449 447 | async assertRead(room: RoomRef) { 448 | const tile = this.getRoomListTile(room.name); > 449 | await expect(tile.locator(".mx_NotificationBadge_dot")).not.toBeVisible(); | ^ 450 | await expect(tile.locator(".mx_NotificationBadge_count")).not.toBeVisible(); 451 | } 452 | at Helpers.assertRead (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:449:69) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:443: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
[Firefox] › sliding-sync/sliding-sync.spec.ts:365: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:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
[Firefox] › sliding-sync/sliding-sync.spec.ts:365: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:365: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:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
[Firefox] › sliding-sync/sliding-sync.spec.ts:365: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:365: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:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
Run Tests [Firefox] 4/4
Process completed with exit code 1.
[Firefox] › read-receipts/redactions-main-timeline.spec.ts:224:17 › Read receipts › redactions › in the main timeline › Reacting to a redacted message leaves the room read @mergequeue: playwright/e2e/read-receipts/index.ts#L473
1) [Firefox] › read-receipts/redactions-main-timeline.spec.ts:224:17 › Read receipts › redactions › in the main timeline › Reacting to a redacted message leaves the room read @mergequeue Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count') Expected string: "1" Received string: "2" 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">2</span> - unexpected value "2" 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/redactions-main-timeline.spec.ts:236:28
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch: playwright/e2e/sliding-sync/sliding-sync.spec.ts#L399
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForRequest: Test timeout of 30000ms exceeded. 397 | await Promise.all([ 398 | page.waitForRequest(matchRoomSubRequest(roomPId)), > 399 | page.waitForRequest(matchRoomUnsubRequest(roomAId)), | ^ 400 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(), 401 | ]); 402 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:399:18
Run Tests [WebKit] 4/4
Process completed with exit code 1.
[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
[WebKit] › read-receipts/redactions-main-timeline.spec.ts:19:17 › Read receipts › redactions › in the main timeline › Redacting the message pointed to by my receipt leaves the room read @mergequeue: playwright/e2e/read-receipts/redactions-main-timeline.spec.ts#L1
2) [WebKit] › read-receipts/redactions-main-timeline.spec.ts:19:17 › Read receipts › redactions › in the main timeline › Redacting the message pointed to by my receipt leaves the room read @mergequeue Test timeout of 30000ms exceeded while setting up "bot".
end-to-end-tests
Process completed with exit code 1.
Slow Test: [Pinecone] › pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › pinned-messages/pinned-messages.spec.ts took 42.8s
Slow Test: [Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 42.1s
Slow Test: [Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 19.1s
Slow Test: [Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 20.0s
Slow Test: [Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.0m
Slow Test: [Pinecone] › sliding-sync/sliding-sync.spec.ts#L1
[Pinecone] › sliding-sync/sliding-sync.spec.ts took 44.8s
Slow Test: [Pinecone] › oidc/oidc-native.spec.ts#L1
[Pinecone] › oidc/oidc-native.spec.ts took 15.9s
Slow Test: [Pinecone] › crypto/event-shields.spec.ts#L1
[Pinecone] › crypto/event-shields.spec.ts took 46.8s
Slow Test: [Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 46.0s
Slow Test: [Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 32.9s
Slow Test: [Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 30.1s
Slow Test: [Pinecone] › crypto/device-verification.spec.ts#L1
[Pinecone] › crypto/device-verification.spec.ts took 21.1s
Slow Test: [Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 48.0s
Slow Test: [Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 46.0s
Slow Test: [Dendrite] › audio-player/audio-player.spec.ts#L1
[Dendrite] › audio-player/audio-player.spec.ts took 32.0s
Slow Test: [Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 29.8s
Slow Test: [Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 20.7s
Slow Test: [Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 2.6m
Slow Test: [Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 57.3s
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 55.6s
Slow Test: [Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 38.9s
Slow Test: [Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 37.9s
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 49.6s
Slow Test: [Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 46.0s
Slow Test: [Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 30.5s
Slow Test: [Chrome] › settings/encryption-user-tab/recovery.spec.ts#L1
[Chrome] › settings/encryption-user-tab/recovery.spec.ts took 27.8s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.4s
Slow Test: [Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 53.3s
Slow Test: [Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.8s
Slow Test: [Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 33.7s
Slow Test: [Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 28.9s
Slow Test: [WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.0m
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] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 1.2m
Slow Test: [WebKit] › read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts took 52.8s
Slow Test: [WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 51.7s
Slow Test: [Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.3m
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.1m
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 51.9s
Slow Test: [Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 51.2s
Slow Test: [WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.6m
Slow Test: [WebKit] › composer/RTE.spec.ts#L1
[WebKit] › composer/RTE.spec.ts took 1.5m
Slow Test: [WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.1m
Slow Test: [WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 51.3s
Slow Test: [WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 42.0s
Slow Test: [Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.4m
Slow Test: [Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.spec.ts took 1.6m
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.1m
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] › messages/messages.spec.ts#L1
[Firefox] › messages/messages.spec.ts took 1.7m
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 56.2s
Slow Test: [Firefox] › crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › crypto/decryption-failure-messages.spec.ts took 41.8s
Slow Test: [Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.8m
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] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 53.7s
Slow Test: [Firefox] › crypto/backups-mas.spec.ts#L1
[Firefox] › crypto/backups-mas.spec.ts took 42.5s
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/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: [Firefox] › settings/encryption-user-tab/recovery.spec.ts#L1
[Firefox] › settings/encryption-user-tab/recovery.spec.ts took 43.4s
Slow Test: [WebKit] › spotlight/spotlight.spec.ts#L1
[WebKit] › spotlight/spotlight.spec.ts took 2.4m
Slow Test: [WebKit] › login/login-consent.spec.ts#L1
[WebKit] › login/login-consent.spec.ts took 1.4m
Slow Test: [WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.0m
Slow Test: [WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.0m
Slow Test: [WebKit] › crypto/backups-mas.spec.ts#L1
[WebKit] › crypto/backups-mas.spec.ts took 41.4s
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/reactions-in-threads.spec.ts#L1
[WebKit] › read-receipts/reactions-in-threads.spec.ts took 59.5s
Slow Test: [WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 40.0s
Slow Test: [WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 35.1s
Slow Test: [WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 28.4s
🎭 Playwright Run Summary
103 skipped 14 passed (1.1m)
🎭 Playwright Run Summary
103 skipped 14 passed (1.1m)
🎭 Playwright Run Summary
1 flaky [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit 63 skipped 54 passed (3.0m)
🎭 Playwright Run Summary
1 flaky [Dendrite] › settings/encryption-user-tab/recovery.spec.ts:87:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit 61 skipped 56 passed (3.2m)
🎭 Playwright Run Summary
63 skipped 55 passed (3.5m)
🎭 Playwright Run Summary
2 flaky [Dendrite] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch [Dendrite] › timeline/timeline.spec.ts:160:13 › Timeline › configure room › should have an expanded generic event list summary (GELS) on IRC layout @screenshot 63 skipped 53 passed (4.7m)
🎭 Playwright Run Summary
33 skipped 89 passed (5.2m)
🎭 Playwright Run Summary
33 skipped 89 passed (5.1m)
🎭 Playwright Run Summary
44 skipped 73 passed (8.3m)
🎭 Playwright Run Summary
1 flaky [Chrome] › read-receipts/redactions-in-threads.spec.ts:413:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue 2 skipped 115 passed (9.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 1 skipped 120 passed (9.5m)
🎭 Playwright Run Summary
44 skipped 73 passed (10.5m)
🎭 Playwright Run Summary
2 skipped 116 passed (11.3m)
🎭 Playwright Run Summary
17 skipped 105 passed (11.5m)
🎭 Playwright Run Summary
44 skipped 73 passed (12.5m)
🎭 Playwright Run Summary
11 skipped 111 passed (13.3m)
🎭 Playwright Run Summary
1 failed [Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 28 skipped 89 passed (14.5m)
🎭 Playwright Run Summary
1 flaky [Firefox] › read-receipts/redactions-main-timeline.spec.ts:224:17 › Read receipts › redactions › in the main timeline › Reacting to a redacted message leaves the room read @mergequeue 7 skipped 110 passed (14.5m)
🎭 Playwright Run Summary
1 failed [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 18 skipped 99 passed (14.1m)
🎭 Playwright Run Summary
1 failed [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue 4 flaky [WebKit] › read-receipts/redactions-main-timeline.spec.ts:19:17 › Read receipts › redactions › in the main timeline › Redacting the message pointed to by my receipt leaves the room read @mergequeue [WebKit] › read-receipts/redactions-main-timeline.spec.ts:204:17 › Read receipts › redactions › in the main timeline › Redacting all unread messages makes the room read after restart @mergequeue [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A [WebKit] › room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread 11 skipped 102 passed (14.6m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
5.74 MB
all-blob-reports-Chrome-2 Expired
390 KB
all-blob-reports-Chrome-3 Expired
5.09 MB
all-blob-reports-Chrome-4 Expired
1.28 MB
all-blob-reports-Dendrite-1 Expired
279 KB
all-blob-reports-Dendrite-2 Expired
67.8 KB
all-blob-reports-Dendrite-3 Expired
6.31 MB
all-blob-reports-Dendrite-4 Expired
6.35 MB
all-blob-reports-Firefox-1 Expired
751 KB
all-blob-reports-Firefox-2 Expired
392 KB
all-blob-reports-Firefox-3 Expired
5.84 MB
all-blob-reports-Firefox-4 Expired
8.15 MB
all-blob-reports-Pinecone-1 Expired
281 KB
all-blob-reports-Pinecone-2 Expired
67.6 KB
all-blob-reports-Pinecone-3 Expired
6.46 MB
all-blob-reports-Pinecone-4 Expired
562 KB
all-blob-reports-WebKit-1 Expired
730 KB
all-blob-reports-WebKit-2 Expired
391 KB
all-blob-reports-WebKit-3 Expired
26.9 MB
all-blob-reports-WebKit-4 Expired
7.13 MB
html-report
71.2 MB
webapp Expired
27.2 MB