Skip to content

End to End Tests

End to End Tests #4655

Triggered via schedule February 2, 2025 06:01
Status Failure
Total duration 21m 17s
Artifacts 22

end-to-end-tests.yaml

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

Annotations

51 errors, 78 warnings, and 20 notices
[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
[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
[Pinecone] › 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) [Pinecone] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch Test timeout of 30000ms exceeded.
[Pinecone] › 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#L406
1) [Pinecone] › 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. 404 | await Promise.all([ 405 | page.waitForRequest(matchRoomSubRequest(roomOId)), > 406 | page.waitForRequest(matchRoomUnsubRequest(roomPId)), | ^ 407 | page.getByRole("treeitem", { name: "Orange", exact: true }).click(), 408 | ]); 409 | at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:406:18
[WebKit] › 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) [WebKit] › 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') 8 × 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
[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#L301
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "%24PSNpjat_bzJKUH8_NmWIWbAqjQ5HTBHJlnIEYePbrK0" Received string: "http://localhost:33637/_matrix/client/v3/rooms/!iiKeykEeqhnQJIcRol%3Alocalhost/receipt/m.read/%24KIRcfissXOG0bUqfkF9rWYYZKIQ312y3QwIZodH7B3I" 299 | const receiptRequest = await receiptRequestPromise; 300 | // assert the read receipt for the last message in the room > 301 | expect(receiptRequest.url()).toContain(uriEncodedLastMessageId); | ^ 302 | expect(receiptRequest.postDataJSON()).toEqual({ 303 | thread_id: "main", 304 | }); at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:301:38
[WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel: playwright/e2e/room/room-header.spec.ts#L152
2) [WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_CallView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_CallView') 150 | 151 | // Assert that the call view is still visible > 152 | await expect(page.locator(".mx_CallView")).toBeVisible(); | ^ 153 | 154 | // Assert that GELS is visible 155 | await expect( at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:152:56
[WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel: playwright/e2e/room/room-header.spec.ts#L152
2) [WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_CallView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_CallView') 150 | 151 | // Assert that the call view is still visible > 152 | await expect(page.locator(".mx_CallView")).toBeVisible(); | ^ 153 | 154 | // Assert that GELS is visible 155 | await expect( at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:152:56
[WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel: playwright/e2e/room/room-header.spec.ts#L152
2) [WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_CallView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_CallView') 150 | 151 | // Assert that the call view is still visible > 152 | await expect(page.locator(".mx_CallView")).toBeVisible(); | ^ 153 | 154 | // Assert that GELS is visible 155 | await expect( at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:152:56
[Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel: playwright/e2e/room/room-header.spec.ts#L152
1) [Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_CallView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_CallView') 150 | 151 | // Assert that the call view is still visible > 152 | await expect(page.locator(".mx_CallView")).toBeVisible(); | ^ 153 | 154 | // Assert that GELS is visible 155 | await expect( at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:152:56
[Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel: playwright/e2e/room/room-header.spec.ts#L152
1) [Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_CallView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_CallView') 150 | 151 | // Assert that the call view is still visible > 152 | await expect(page.locator(".mx_CallView")).toBeVisible(); | ^ 153 | 154 | // Assert that GELS is visible 155 | await expect( at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:152:56
[Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel: playwright/e2e/room/room-header.spec.ts#L152
1) [Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_CallView') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_CallView') 150 | 151 | // Assert that the call view is still visible > 152 | await expect(page.locator(".mx_CallView")).toBeVisible(); | ^ 153 | 154 | // Assert that GELS is visible 155 | await expect( at /home/runner/work/element-web/element-web/playwright/e2e/room/room-header.spec.ts:152:56
[Firefox] › read-receipts/redactions-in-threads.spec.ts:185:17 › Read receipts › redactions › in threads › Sending and redacting a message after marking the thread as read leaves it read @mergequeue: playwright/e2e/read-receipts/index.ts#L554
2) [Firefox] › read-receipts/redactions-in-threads.spec.ts:185:17 › Read receipts › redactions › in threads › Sending and redacting a message after marking the thread as read leaves it read @mergequeue Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible() Locator: locator('.mx_ThreadPanel li').filter({ hasText: 'Root' }).locator('.mx_NotificationBadge') Expected: not visible Received: visible Call log: - expect.not.toBeVisible with timeout 5000ms - waiting for locator('.mx_ThreadPanel li').filter({ hasText: 'Root' }).locator('.mx_NotificationBadge') 9 × locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_level_notification mx_NotificationBadge_dot">…</div> - unexpected value "visible" at read-receipts/index.ts:554 552 | async assertReadThread(rootMessage: string) { 553 | const tile = await this.getThreadListTile(rootMessage); > 554 | await expect(tile.locator(".mx_NotificationBadge")).not.toBeVisible(); | ^ 555 | } 556 | 557 | /** at Helpers.assertReadThread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:554:65) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:211:17
Run Tests [Firefox] 3/4
Process completed with exit code 1.
[Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L104
1) [Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 102 | 103 | const initialDehydratedDeviceIds = await getDehydratedDeviceIds(botClient); > 104 | expect(initialDehydratedDeviceIds.length).toBe(1); | ^ 105 | 106 | await botClient.evaluate(async (client) => client.stopClient()); 107 | at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:104:51
[Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L104
1) [Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 102 | 103 | const initialDehydratedDeviceIds = await getDehydratedDeviceIds(botClient); > 104 | expect(initialDehydratedDeviceIds.length).toBe(1); | ^ 105 | 106 | await botClient.evaluate(async (client) => client.stopClient()); 107 | at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:104:51
[Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L104
1) [Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 102 | 103 | const initialDehydratedDeviceIds = await getDehydratedDeviceIds(botClient); > 104 | expect(initialDehydratedDeviceIds.length).toBe(1); | ^ 105 | 106 | await botClient.evaluate(async (client) => client.stopClient()); 107 | at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:104:51
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z: timeoutPromise<@debugger eval code line 234 > eval#L17
2) [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z Error: jsHandle.evaluate: Timeout waiting for room !TTEFJhEBrMSGEhIMTh:localhost membership (now 'undefined', wanted 'join') timeoutPromise<@debugger eval code line 234 > eval:17:15 promise callback*@debugger eval code line 234 > eval:14:80 evaluate@debugger eval code:236:17 @debugger eval code:1:44 at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15 at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80 at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17 at /home/runner/work/element-web/element-web/@debugger eval code:1:44 at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28) at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9) at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9) at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z: timeoutPromise<@debugger eval code line 234 > eval#L17
2) [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: Timeout waiting for room !oosHnIkKpoLyZjvgHO:localhost membership (now 'undefined', wanted 'join') timeoutPromise<@debugger eval code line 234 > eval:17:15 promise callback*@debugger eval code line 234 > eval:14:80 evaluate@debugger eval code:236:17 @debugger eval code:1:44 at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15 at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80 at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17 at /home/runner/work/element-web/element-web/@debugger eval code:1:44 at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28) at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9) at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9) at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z: timeoutPromise<@debugger eval code line 234 > eval#L17
2) [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: Timeout waiting for room !JkYLKyWmwOYQeMcnQt:localhost membership (now 'undefined', wanted 'join') timeoutPromise<@debugger eval code line 234 > eval:17:15 promise callback*@debugger eval code line 234 > eval:14:80 evaluate@debugger eval code:236:17 @debugger eval code:1:44 at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15 at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80 at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17 at /home/runner/work/element-web/element-web/@debugger eval code:1:44 at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28) at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9) at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9) at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
[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
3) [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
3) [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
3) [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
3) [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
[WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device: playwright/e2e/crypto/utils.ts#L319
1) [WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:58:9
[WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device: playwright/e2e/crypto/utils.ts#L319
1) [WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:58:9
[WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device: playwright/e2e/crypto/utils.ts#L319
1) [WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:58:9
[WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/utils.ts#L319
2) [WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:115:9
[WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L1
2) [WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/dehydration.spec.ts#L112
2) [WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_AuthPage').getByRole('button', { name: 'Reset all' }) 110 | 111 | // Oh no, we forgot our recovery key > 112 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Reset all" }).click(); | ^ 113 | await page.locator(".mx_AuthPage").getByRole("button", { name: "Proceed with reset" }).click(); 114 | 115 | await completeCreateSecretStorageDialog(page, { accountPassword: credentials.password }); at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:112:87
[WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device: playwright/e2e/crypto/utils.ts#L319
2) [WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/dehydration.spec.ts:115:9
[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
3) [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
3) [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
3) [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] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/utils.ts#L319
1) [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
[WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/utils.ts#L319
1) [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
[WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code: playwright/e2e/crypto/utils.ts#L319
1) [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
[WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code: playwright/e2e/crypto/utils.ts#L319
2) [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
[WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code: playwright/e2e/crypto/utils.ts#L319
2) [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
[WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code: playwright/e2e/crypto/utils.ts#L319
2) [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:121:17
[WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys: playwright/e2e/crypto/utils.ts#L319
3) [WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys ────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:292:12) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:165:34
[WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys: playwright/e2e/crypto/utils.ts#L319
3) [WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:292:12) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:165:34
[WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys: playwright/e2e/crypto/utils.ts#L319
3) [WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:292:12) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:165:34
[WebKit] › crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages: playwright/e2e/crypto/utils.ts#L319
4) [WebKit] › crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages Error: page.evaluate: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. at crypto/utils.ts:319 317 | await currentDialogLocator.getByRole("button", { name: "Copy", exact: true }).click(); 318 | // copy the recovery key to use it later > 319 | const recoveryKey = await page.evaluate(() => navigator.clipboard.readText()); | ^ 320 | await currentDialogLocator.getByRole("button", { name: "Continue", exact: true }).click(); 321 | 322 | // If the device is unverified, there should be a "Setting up keys" step. at completeCreateSecretStorageDialog (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:319:36) at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:292:12) at /home/runner/work/element-web/element-web/playwright/e2e/crypto/decryption-failure-messages.spec.ts:57:38
end-to-end-tests
Process completed with exit code 1.
Slow Test: [Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 42.4s
Slow Test: [Pinecone] › pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › pinned-messages/pinned-messages.spec.ts took 42.1s
Slow Test: [Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 18.9s
Slow Test: [Dendrite] › read-receipts/room-list-order.spec.ts#L1
[Dendrite] › read-receipts/room-list-order.spec.ts took 15.6s
Slow Test: [Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 20.0s
Slow Test: [Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.0m
Slow Test: [Dendrite] › sliding-sync/sliding-sync.spec.ts#L1
[Dendrite] › sliding-sync/sliding-sync.spec.ts took 43.4s
Slow Test: [Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.0m
Slow Test: [Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 46.8s
Slow Test: [Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 46.6s
Slow Test: [Dendrite] › audio-player/audio-player.spec.ts#L1
[Dendrite] › audio-player/audio-player.spec.ts took 32.1s
Slow Test: [Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 30.4s
Slow Test: [Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 21.0s
Slow Test: [Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 46.8s
Slow Test: [Pinecone] › crypto/event-shields.spec.ts#L1
[Pinecone] › crypto/event-shields.spec.ts took 45.3s
Slow Test: [Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 31.3s
Slow Test: [Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 30.4s
Slow Test: [Pinecone] › crypto/device-verification.spec.ts#L1
[Pinecone] › crypto/device-verification.spec.ts took 20.8s
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 58.9s
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 56.8s
Slow Test: [Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 39.6s
Slow Test: [Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 38.4s
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 48.9s
Slow Test: [Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 46.2s
Slow Test: [Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 30.8s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.6s
Slow Test: [Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 52.3s
Slow Test: [Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 38.7s
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.9s
Slow Test: [Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
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] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 52.0s
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 49.0s
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.3m
Slow Test: [WebKit] › read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts took 53.4s
Slow Test: [WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 51.9s
Slow Test: [Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.3m
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/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 1.5m
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.0m
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 57.7s
Slow Test: [Firefox] › crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › crypto/decryption-failure-messages.spec.ts took 43.0s
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.4m
Slow Test: [WebKit] › read-receipts/reactions-in-threads.spec.ts#L1
[WebKit] › read-receipts/reactions-in-threads.spec.ts took 58.5s
Slow Test: [WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 39.3s
Slow Test: [WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 34.8s
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.1m
Slow Test: [Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 48.2s
Slow Test: [Firefox] › settings/encryption-user-tab/recovery.spec.ts#L1
[Firefox] › settings/encryption-user-tab/recovery.spec.ts took 42.1s
Slow Test: [Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.9m
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 54.2s
Slow Test: [Firefox] › crypto/backups-mas.spec.ts#L1
[Firefox] › crypto/backups-mas.spec.ts took 37.4s
Slow Test: [WebKit] › spotlight/spotlight.spec.ts#L1
[WebKit] › spotlight/spotlight.spec.ts took 2.5m
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.1m
Slow Test: [WebKit] › crypto/backups-mas.spec.ts#L1
[WebKit] › crypto/backups-mas.spec.ts took 39.9s
Slow Test: [WebKit] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 35.4s
Slow Test: [WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.7m
Slow Test: [WebKit] › composer/RTE.spec.ts#L1
[WebKit] › composer/RTE.spec.ts took 1.6m
Slow Test: [WebKit] › integration-manager/kick.spec.ts#L1
[WebKit] › integration-manager/kick.spec.ts took 32.8s
Slow Test: [WebKit] › knock/knock-into-room.spec.ts#L1
[WebKit] › knock/knock-into-room.spec.ts took 27.2s
Slow Test: [WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 26.8s
🎭 Playwright Run Summary
103 skipped 14 passed (1.1m)
🎭 Playwright Run Summary
103 skipped 14 passed (1.1m)
🎭 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
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.1m)
🎭 Playwright Run Summary
64 skipped 55 passed (3.4m)
🎭 Playwright Run Summary
1 flaky [Pinecone] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 64 skipped 54 passed (4.1m)
🎭 Playwright Run Summary
33 skipped 89 passed (5.1m)
🎭 Playwright Run Summary
33 skipped 89 passed (5.3m)
🎭 Playwright Run Summary
44 skipped 73 passed (8.4m)
🎭 Playwright Run Summary
2 skipped 116 passed (8.8m)
🎭 Playwright Run Summary
1 skipped 121 passed (8.8m)
🎭 Playwright Run Summary
2 skipped 117 passed (11.1m)
🎭 Playwright Run Summary
1 flaky [WebKit] › 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 44 skipped 72 passed (11.1m)
🎭 Playwright Run Summary
44 skipped 73 passed (12.3m)
🎭 Playwright Run Summary
11 skipped 111 passed (13.5m)
🎭 Playwright Run Summary
2 failed [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue [WebKit] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel 1 flaky [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A 11 skipped 104 passed (13.4m)
🎭 Playwright Run Summary
1 failed [Firefox] › room/room-header.spec.ts:142:13 › Room Header › with a video room › should render a working chat button which opens the timeline on a right panel 1 flaky [Firefox] › read-receipts/redactions-in-threads.spec.ts:185:17 › Read receipts › redactions › in threads › Sending and redacting a message after marking the thread as read leaves it read @mergequeue 7 skipped 109 passed (14.9m)
🎭 Playwright Run Summary
3 failed [Firefox] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z [Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 3 flaky [Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive [Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky [Firefox] › sliding-sync/sliding-sync.spec.ts:191:5 › Sliding Sync › should not show unread indicators 28 skipped 85 passed (16.7m)
🎭 Playwright Run Summary
3 failed [WebKit] › crypto/dehydration.spec.ts:49:9 › Dehydration › 'Set up secure backup' creates dehydrated device [WebKit] › crypto/dehydration.spec.ts:92:9 › Dehydration › Reset recovery key during login re-creates dehydrated device [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 1 flaky [WebKit] › timeline/timeline.spec.ts:487:13 › Timeline › message displaying › should render EventTiles on IRC, modern (group), and bubble layout @screenshot 18 skipped 97 passed (15.8m)
🎭 Playwright Run Summary
6 failed [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=true › by recovery code [WebKit] › crypto/crypto.spec.ts:106:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code [WebKit] › crypto/crypto.spec.ts:164:9 › Cryptography › Can reset cross-signing keys ─────────── [WebKit] › crypto/decryption-failure-messages.spec.ts:33:13 › Cryptography › decryption failure messages › should handle device-relative historical messages [WebKit] › crypto/event-shields.spec.ts:179:13 › Cryptography › event shields › Should show a grey padlock for a key restored from backup [WebKit] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm 1 flaky [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline 17 skipped 98 passed (14.6m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
784 KB
all-blob-reports-Chrome-2 Expired
390 KB
all-blob-reports-Chrome-3 Expired
465 KB
all-blob-reports-Chrome-4 Expired
1.28 MB
all-blob-reports-Dendrite-1 Expired
279 KB
all-blob-reports-Dendrite-2 Expired
67.5 KB
all-blob-reports-Dendrite-3 Expired
6.67 MB
all-blob-reports-Dendrite-4 Expired
561 KB
all-blob-reports-Firefox-1 Expired
751 KB
all-blob-reports-Firefox-2 Expired
392 KB
all-blob-reports-Firefox-3 Expired
12.4 MB
all-blob-reports-Firefox-4 Expired
33.9 MB
all-blob-reports-Pinecone-1 Expired
282 KB
all-blob-reports-Pinecone-2 Expired
68 KB
all-blob-reports-Pinecone-3 Expired
6.61 MB
all-blob-reports-Pinecone-4 Expired
3.46 MB
all-blob-reports-WebKit-1 Expired
46.3 MB
all-blob-reports-WebKit-2 Expired
9.01 MB
all-blob-reports-WebKit-3 Expired
20.1 MB
all-blob-reports-WebKit-4 Expired
23.3 MB
html-report
149 MB
webapp Expired
27.2 MB