Skip to content

End to End Tests

End to End Tests #4101

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

end-to-end-tests.yaml

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

Annotations

62 errors, 60 warnings, and 12 notices
[Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room: playwright/e2e/knock/create-knock-room.spec.ts#L82
1) [Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first() Expected string: "Cybersecurity" Received string: "TTestRoom!WLCFquxcwmyQdAEHad:localhost2 Members↵Join" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first() 6 × locator resolved to <li tabindex="-1" role="option" aria-selected="true" id="mx_SpotlightDialog_button_result_!WLCFquxcwmyQdAEHad:localhost" aria-labelledby="mx_SpotlightDialog_button_result_!WLCFquxcwmyQdAEHad:localhost_name" aria-details="mx_SpotlightDialog_button_result_!WLCFquxcwmyQdAEHad:localhost_details" aria-describedby="mx_SpotlightDialog_button_result_!WLCFquxcwmyQdAEHad:localhost_alias" class="mx_AccessibleButton mx_SpotlightDialog_result_multiline mx_SpotlightDialog_option">…</li> - unexpected value "TTestRoom!WLCFquxcwmyQdAEHad:localhost2 Members↵Join" 80 | const spotlightDialog = await app.openSpotlight(); 81 | await spotlightDialog.filter(Filter.PublicRooms); > 82 | await expect(spotlightDialog.results.nth(0)).toContainText("Cybersecurity"); | ^ 83 | }); 84 | }); 85 | at /home/runner/work/element-web/element-web/playwright/e2e/knock/create-knock-room.spec.ts:82:54
[Chrome] › read-receipts/redactions-in-threads.spec.ts:89:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read after restart @mergequeue: playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
1) [Chrome] › read-receipts/redactions-in-threads.spec.ts:89:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read after restart @mergequeue Test timeout of 30000ms exceeded.
[Chrome] › read-receipts/redactions-in-threads.spec.ts:89:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read after restart @mergequeue: playwright/e2e/read-receipts/index.ts#L88
1) [Chrome] › read-receipts/redactions-in-threads.spec.ts:89:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read after restart @mergequeue Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded. at read-receipts/index.ts:88 86 | } 87 | > 88 | const promise = room.evaluateHandle( | ^ 89 | async (room, { message, includeThreads }) => { 90 | let ev = room.timeline.find((e) => e.getContent().body === message); 91 | if (!ev && includeThreads) { at MessageBuilder.getMessage (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:88:30) at MessageContentSpec.getContent (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:187:53) at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:348:61) at Helpers.receiveMessages (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:585:9) at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:97:17
[Chrome] › read-receipts/redactions-main-timeline.spec.ts:221: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
2) [Chrome] › read-receipts/redactions-main-timeline.spec.ts:221: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: "2" Received string: "1" 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">1</span> - unexpected value "1" 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:231:28
[Firefox] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one: playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L1
1) [Firefox] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one Test timeout of 30000ms exceeded.
[Firefox] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one: playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts#L44
1) [Firefox] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one Error: expect(locator).toBeVisible() Locator: locator('.mx_RoomHeader_heading').getByText('Timmy') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_RoomHeader_heading').getByText('Timmy') 42 | // open new 1:1 chat room 43 | await page.goto(`/#/user/${user2.userId}?action=chat`); > 44 | await expect(page.locator(".mx_RoomHeader_heading").getByText(user2.displayName)).toBeVisible(); | ^ 45 | }); 46 | }); 47 | at /home/runner/work/element-web/element-web/playwright/e2e/one-to-one-chat/one-to-one-chat.spec.ts:44:91
[Firefox] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room: playwright/e2e/knock/create-knock-room.spec.ts#L82
1) [Firefox] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first() Expected string: "Cybersecurity" Received string: "TTestRoom!iCEnzgwojAwlbfQLju:localhost2 Members↵Join" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first() 6 × locator resolved to <li tabindex="-1" role="option" aria-selected="true" id="mx_SpotlightDialog_button_result_!iCEnzgwojAwlbfQLju:localhost" aria-labelledby="mx_SpotlightDialog_button_result_!iCEnzgwojAwlbfQLju:localhost_name" aria-details="mx_SpotlightDialog_button_result_!iCEnzgwojAwlbfQLju:localhost_details" aria-describedby="mx_SpotlightDialog_button_result_!iCEnzgwojAwlbfQLju:localhost_alias" class="mx_AccessibleButton mx_SpotlightDialog_result_multiline mx_SpotlightDialog_option">…</li> - unexpected value "TTestRoom!iCEnzgwojAwlbfQLju:localhost2 Members↵Join" 80 | const spotlightDialog = await app.openSpotlight(); 81 | await spotlightDialog.filter(Filter.PublicRooms); > 82 | await expect(spotlightDialog.results.nth(0)).toContainText("Cybersecurity"); | ^ 83 | }); 84 | }); 85 | at /home/runner/work/element-web/element-web/playwright/e2e/knock/create-knock-room.spec.ts:82:54
[Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot: playwright/e2e/timeline/timeline.spec.ts#L624
1) [Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot Error: expect(locator).toHaveScreenshot(expected) 472385 pixels (ratio 0.77 of all image pixels) are different. Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/timeline.spec.ts/hidden-event-line-zero-padding-irc-layout-linux.png Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-08b5e-ding-to-a-hidden-event-line-Chrome/hidden-event-line-zero-padding-irc-layout-actual.png Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-08b5e-ding-to-a-hidden-event-line-Chrome/hidden-event-line-zero-padding-irc-layout-diff.png Call log: - expect.toHaveScreenshot(hidden-event-line-zero-padding-irc-layout.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 472385 pixels (ratio 0.77 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 472385 pixels (ratio 0.77 of all image pixels) are different. 622 | }; 623 | > 624 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot( | ^ 625 | "hidden-event-line-zero-padding-irc-layout.png", 626 | screenshotOptions, 627 | ); at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:624:61
[Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot: playwright/e2e/timeline/timeline.spec.ts#L612
1) [Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected) Locator: locator('.mx_EventTile[data-layout=irc].mx_EventTile_info .mx_EventTile_line').first() Expected string: "0px" Received: <element(s) not found> Call log: - expect.toHaveCSS with timeout 5000ms - waiting for locator('.mx_EventTile[data-layout=irc].mx_EventTile_info .mx_EventTile_line').first() 610 | await expect( 611 | page.locator(".mx_EventTile[data-layout=irc].mx_EventTile_info .mx_EventTile_line").first(), > 612 | ).toHaveCSS("padding-inline-start", "0px"); | ^ 613 | 614 | // Exclude timestamp and read marker from snapshot 615 | const screenshotOptions = { at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:612:19
[Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot: playwright/e2e/timeline/timeline.spec.ts#L624
1) [Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 472385 pixels (ratio 0.77 of all image pixels) are different. Expected: /home/runner/work/element-web/element-web/playwright/snapshots/timeline/timeline.spec.ts/hidden-event-line-zero-padding-irc-layout-linux.png Received: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-08b5e-ding-to-a-hidden-event-line-Chrome-retry2/hidden-event-line-zero-padding-irc-layout-actual.png Diff: /home/runner/work/element-web/element-web/playwright/test-results/timeline-timeline-Timeline-08b5e-ding-to-a-hidden-event-line-Chrome-retry2/hidden-event-line-zero-padding-irc-layout-diff.png Call log: - expect.toHaveScreenshot(hidden-event-line-zero-padding-irc-layout.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 472385 pixels (ratio 0.77 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 472385 pixels (ratio 0.77 of all image pixels) are different. 622 | }; 623 | > 624 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot( | ^ 625 | "hidden-event-line-zero-padding-irc-layout.png", 626 | screenshotOptions, 627 | ); at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:624:61
[Chrome] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L138
2) [Chrome] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms ───── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 3 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 3 elements - unexpected value "3" 136 | await spotlight.search(room1Name); 137 | const resultLocator = spotlight.results; > 138 | await expect(resultLocator).toHaveCount(1); | ^ 139 | await expect(resultLocator.first()).toContainText(room1Name); 140 | await expect(resultLocator.first()).toContainText("View"); 141 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:138:37
[Chrome] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L152
3) [Chrome] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ─── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 2 elements - unexpected value "2" 150 | await spotlight.search(room2Name); 151 | const resultLocator = spotlight.results; > 152 | await expect(resultLocator).toHaveCount(1); | ^ 153 | await expect(resultLocator.first()).toContainText(room2Name); 154 | await expect(resultLocator.first()).toContainText("Join"); 155 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:152:37
[Chrome] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms: playwright/e2e/spotlight/spotlight.spec.ts#L167
4) [Chrome] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 2 elements - unexpected value "2" 165 | await spotlight.search(room3Name); 166 | const resultLocator = spotlight.results; > 167 | await expect(resultLocator).toHaveCount(1); | ^ 168 | await expect(resultLocator.first()).toContainText(room3Name); 169 | await expect(resultLocator.first()).toContainText("View"); 170 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:167:37
[Chrome] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people: playwright/e2e/spotlight/spotlight.spec.ts#L226
5) [Chrome] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people ───────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 3 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 3 elements - unexpected value "3" 224 | await spotlight.search(bot2Name); 225 | const resultLocator = spotlight.results; > 226 | await expect(resultLocator).toHaveCount(1); | ^ 227 | await expect(resultLocator.first()).toContainText(bot2Name); 228 | await resultLocator.first().click(); 229 | await expect(roomHeaderName(page)).toHaveText(bot2Name); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:226:37
[Chrome] › spotlight/spotlight.spec.ts:321:9 › Spotlight › should allow opening group chat dialog: playwright/e2e/spotlight/spotlight.spec.ts#L329
6) [Chrome] › spotlight/spotlight.spec.ts:321:9 › Spotlight › should allow opening group chat dialog Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 4 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 9 × locator resolved to 4 elements - unexpected value "4" 327 | 328 | const resultLocator = spotlight.results; > 329 | await expect(resultLocator).toHaveCount(1); | ^ 330 | await expect(resultLocator.first()).toContainText(bot2Name); 331 | 332 | await expect(spotlight.dialog.locator(".mx_SpotlightDialog_startGroupChat")).toContainText( at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:329:37
[Chrome] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM: playwright/e2e/spotlight/spotlight.spec.ts#L27
7) [Chrome] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 9 × locator resolved to 2 elements - unexpected value "2" 25 | await expect(spotlight.dialog.locator(".mx_Spinner")).not.toBeAttached(); 26 | const result = spotlight.results; > 27 | await expect(result).toHaveCount(1); | ^ 28 | await expect(result.first()).toContainText(name); 29 | await result.first().click(); 30 | at startDM (/home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:27:26) at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:340:9
[Chrome] › spotlight/spotlight.spec.ts:344:9 › Spotlight › should show the same user only once: playwright/e2e/spotlight/spotlight.spec.ts#L27
8) [Chrome] › spotlight/spotlight.spec.ts:344:9 › Spotlight › should show the same user only once Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 9 × locator resolved to 2 elements - unexpected value "2" 25 | await expect(spotlight.dialog.locator(".mx_Spinner")).not.toBeAttached(); 26 | const result = spotlight.results; > 27 | await expect(result).toHaveCount(1); | ^ 28 | await expect(result.first()).toContainText(name); 29 | await result.first().click(); 30 | at startDM (/home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:27:26) at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:345:9
[Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue: HTTPError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js#L31642
1) [Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue Error: jsHandle.evaluate: MatrixError: [400] Can't send same reaction twice (http://localhost:37365/_matrix/client/v3/rooms/!lZMRWniEDtqsesXLrn%3Alocalhost/send/m.reaction/m1736834737312.3) HTTPError@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31642:5 MatrixError@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31701:5 parseErrorResponse@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31969:12 requestOtherUrl@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32349:13 async*request@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32266:17 authedRequest@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32190:35 sendEventHttpRequest@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7260:24 ./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:4056:32 ./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50448:21 promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50447:25 ./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50565:12 startProcessingQueues@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50560:8 queueEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50552:10 encryptAndSendEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7119:34 async*sendCompleteEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7073:19 sendEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:6964:17 @debugger eval code line 234 > eval:7:21 evaluate@debugger eval code:236:17 @debugger eval code:1:44 at /home/runner/work/element-web/element-web/HTTPError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31642:5 at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31701:5 at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31969:12 at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32349:13 at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32266:17 at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32190:35 at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7260:24 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:4056:32 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50448:21 at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50447:25 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50565:12 at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50560:8 at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50552:10 at /home/runner/work/element-web/element-web/encryptAndSendEvent@http:/localhost:8080/bundles/26e0c40eecac
[Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue: HTTPError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js#L31642
1) [Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: MatrixError: [400] Can't send same reaction twice (http://localhost:46425/_matrix/client/v3/rooms/!xYFmwStVEuFaCxNuoi%3Alocalhost/send/m.reaction/m1736834754124.3) HTTPError@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31642:5 MatrixError@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31701:5 parseErrorResponse@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31969:12 requestOtherUrl@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32349:13 async*request@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32266:17 authedRequest@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32190:35 sendEventHttpRequest@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7260:24 ./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:4056:32 ./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50448:21 promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50447:25 ./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50565:12 startProcessingQueues@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50560:8 queueEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50552:10 encryptAndSendEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7119:34 async*sendCompleteEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7073:19 sendEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:6964:17 @debugger eval code line 234 > eval:7:21 evaluate@debugger eval code:236:17 @debugger eval code:1:44 at /home/runner/work/element-web/element-web/HTTPError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31642:5 at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31701:5 at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31969:12 at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32349:13 at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32266:17 at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32190:35 at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7260:24 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:4056:32 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50448:21 at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50447:25 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50565:12 at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50560:8 at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50552:10 at /
[Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue: HTTPError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js#L31642
1) [Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: MatrixError: [400] Can't send same reaction twice (http://localhost:44245/_matrix/client/v3/rooms/!MrmChYBypGedUiuVrS%3Alocalhost/send/m.reaction/m1736834769622.3) HTTPError@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31642:5 MatrixError@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31701:5 parseErrorResponse@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31969:12 requestOtherUrl@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32349:13 async*request@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32266:17 authedRequest@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32190:35 sendEventHttpRequest@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7260:24 ./matrix-js-sdk/src/client.ts/MatrixClient/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:4056:32 ./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50448:21 promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50447:25 ./matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50565:12 startProcessingQueues@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50560:8 queueEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50552:10 encryptAndSendEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7119:34 async*sendCompleteEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7073:19 sendEvent@http://localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:6964:17 @debugger eval code line 234 > eval:7:21 evaluate@debugger eval code:236:17 @debugger eval code:1:44 at /home/runner/work/element-web/element-web/HTTPError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31642:5 at /home/runner/work/element-web/element-web/MatrixError@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31701:5 at /home/runner/work/element-web/element-web/parseErrorResponse@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:31969:12 at /home/runner/work/element-web/element-web/requestOtherUrl@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32349:13 at /home/runner/work/element-web/element-web/async*request@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32266:17 at /home/runner/work/element-web/element-web/authedRequest@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:32190:35 at /home/runner/work/element-web/element-web/sendEventHttpRequest@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:7260:24 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/client.ts/MatrixClient/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:4056:32 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/MatrixScheduler/</<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50448:21 at /home/runner/work/element-web/element-web/promise callback*./matrix-js-sdk/src/scheduler.ts/MatrixScheduler/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50447:25 at /home/runner/work/element-web/element-web/matrix-js-sdk/src/scheduler.ts/startProcessingQueues/<@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50565:12 at /home/runner/work/element-web/element-web/startProcessingQueues@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50560:8 at /home/runner/work/element-web/element-web/queueEvent@http:/localhost:8080/bundles/26e0c40eecacf3d7f6f3/init.js:50552:10 at /
Run Tests [Firefox] 3/4
Process completed with exit code 1.
[WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline: playwright/e2e/lazy-loading/lazy-loading.spec.ts#L69
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline Error: toBeAttached can be only used with Locator object 67 | await app.timeline.scrollToTop(); 68 | for (const charly of charlies) { > 69 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached(); | ^ 70 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached(); 71 | } 72 | } at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:69:104) at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:118:9
[WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline: playwright/e2e/lazy-loading/lazy-loading.spec.ts#L69
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: toBeAttached can be only used with Locator object 67 | await app.timeline.scrollToTop(); 68 | for (const charly of charlies) { > 69 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached(); | ^ 70 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached(); 71 | } 72 | } at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:69:104) at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:118:9
[WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline: playwright/e2e/lazy-loading/lazy-loading.spec.ts#L69
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: toBeAttached can be only used with Locator object 67 | await app.timeline.scrollToTop(); 68 | for (const charly of charlies) { > 69 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached(); | ^ 70 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached(); 71 | } 72 | } at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:69:104) at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:118:9
[WebKit] › app-loading/stored-credentials.spec.ts:18:5 › Shows the homepage by default: playwright/e2e/app-loading/stored-credentials.spec.ts#L1
2) [WebKit] › app-loading/stored-credentials.spec.ts:18:5 › Shows the homepage by default ──────── Test timeout of 30000ms exceeded.
[WebKit] › app-loading/stored-credentials.spec.ts:18:5 › Shows the homepage by default: playwright/e2e/app-loading/stored-credentials.spec.ts#L20
2) [WebKit] › app-loading/stored-credentials.spec.ts:18:5 › Shows the homepage by default ──────── Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible 18 | test("Shows the homepage by default", async ({ pageWithCredentials: page }) => { 19 | await page.goto("/"); > 20 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 21 | 22 | await expect(page).toHaveURL(/\/#\/home/); 23 | await expect(page.getByRole("heading", { name: "Welcome Boris", exact: true })).toBeVisible(); at /home/runner/work/element-web/element-web/playwright/e2e/app-loading/stored-credentials.spec.ts:20:16
[WebKit] › integration-manager/send_event.spec.ts:196:9 › Integration Manager: Send Event › should send a state event with empty state key: playwright/e2e/integration-manager/send_event.spec.ts#L105
3) [WebKit] › integration-manager/send_event.spec.ts:196:9 › Integration Manager: Send Event › should send a state event with empty state key Test timeout of 30000ms exceeded while running "beforeEach" hook. 103 | }); 104 | > 105 | test.beforeEach(async ({ page, user, app, room }) => { | ^ 106 | await app.client.setAccountData("m.widgets", { 107 | "m.integration_manager": { 108 | content: { at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/send_event.spec.ts:105:10
[WebKit] › integration-manager/send_event.spec.ts:196:9 › Integration Manager: Send Event › should send a state event with empty state key: playwright/e2e/integration-manager/utils.ts#L14
3) [WebKit] › integration-manager/send_event.spec.ts:196:9 › Integration Manager: Send Event › should send a state event with empty state key Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('menuitem', { name: 'Extensions' }) at integration-manager/utils.ts:14 12 | const { page } = app; 13 | await app.toggleRoomInfoPanel(); > 14 | await page.getByRole("menuitem", { name: "Extensions" }).click(); | ^ 15 | await page.getByRole("button", { name: "Add extensions" }).click(); 16 | } 17 | at openIntegrationManager (/home/runner/work/element-web/element-web/playwright/e2e/integration-manager/utils.ts:14:62) at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/send_event.spec.ts:133:9
[WebKit] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot: playwright/e2e/messages/messages.spec.ts#L1
4) [WebKit] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot Test timeout of 30000ms exceeded.
[WebKit] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot: playwright/e2e/messages/messages.spec.ts#L25
4) [WebKit] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot Error: locator.focus: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('textbox', { name: 'Send a message…' }) 23 | 24 | async function sendMultilineMessages(page: Page, messages: string[]) { > 25 | await page.getByRole("textbox", { name: "Send a message…" }).focus(); | ^ 26 | for (let i = 0; i < messages.length; i++) { 27 | await page.keyboard.type(messages[i]); 28 | if (i < messages.length - 1) await page.keyboard.press("Shift+Enter"); at sendMultilineMessages (/home/runner/work/element-web/element-web/playwright/e2e/messages/messages.spec.ts:25:66) at /home/runner/work/element-web/element-web/playwright/e2e/messages/messages.spec.ts:168:39
Run Tests [WebKit] 1/4
Process completed with exit code 1.
[WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue: playwright/pages/client.ts#L98
1) [WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue Error: jsHandle.evaluate: M_DUPLICATE_ANNOTATION: MatrixError: [400] Can't send same reaction twice (http://localhost:41059/_matrix/client/v3/rooms/!NrzIPNNVKwOFPgJqYJ%3Alocalhost/send/m.reaction/m1736834816405.3) at ../pages/client.ts:98 96 | ): Promise<ISendEventResponse> { 97 | const client = await this.prepareClient(); > 98 | return client.evaluate( | ^ 99 | async (client, { roomId, threadId, eventType, content }) => { 100 | return client.sendEvent( 101 | roomId, at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:98:23)
[WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue: playwright/pages/client.ts#L98
1) [WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: M_DUPLICATE_ANNOTATION: MatrixError: [400] Can't send same reaction twice (http://localhost:44235/_matrix/client/v3/rooms/!SBhoKglZgGyPdcUhoW%3Alocalhost/send/m.reaction/m1736834828815.3) at ../pages/client.ts:98 96 | ): Promise<ISendEventResponse> { 97 | const client = await this.prepareClient(); > 98 | return client.evaluate( | ^ 99 | async (client, { roomId, threadId, eventType, content }) => { 100 | return client.sendEvent( 101 | roomId, at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:98:23)
[WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue: playwright/pages/client.ts#L98
1) [WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: jsHandle.evaluate: M_DUPLICATE_ANNOTATION: MatrixError: [400] Can't send same reaction twice (http://localhost:36719/_matrix/client/v3/rooms/!nIPPVgEvNUBivrPxtZ%3Alocalhost/send/m.reaction/m1736834841296.3) at ../pages/client.ts:98 96 | ): Promise<ISendEventResponse> { 97 | const client = await this.prepareClient(); > 98 | return client.evaluate( | ^ 99 | async (client, { roomId, threadId, eventType, content }) => { 100 | return client.sendEvent( 101 | roomId, at Bot.sendEvent (/home/runner/work/element-web/element-web/playwright/pages/client.ts:98:23)
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L1
2) [WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L305
2) [WebKit] › read-receipts/read-receipts.spec.ts:274: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…/ ============================================================ 303 | 304 | // the following code tests the fully read marker somewhere in the middle of the room > 305 | const readMarkersRequestPromise = page.waitForRequest( | ^ 306 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 307 | ); 308 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:305:48
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L309
2) [WebKit] › read-receipts/read-receipts.spec.ts:274: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.' }) 307 | ); 308 | > 309 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 310 | 311 | const readMarkersRequest = await readMarkersRequestPromise; 312 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:309:83
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L1
2) [WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L305
2) [WebKit] › read-receipts/read-receipts.spec.ts:274: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…/ ============================================================ 303 | 304 | // the following code tests the fully read marker somewhere in the middle of the room > 305 | const readMarkersRequestPromise = page.waitForRequest( | ^ 306 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`), 307 | ); 308 | at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:305:48
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L309
2) [WebKit] › read-receipts/read-receipts.spec.ts:274: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.' }) 307 | ); 308 | > 309 | await page.getByRole("button", { name: "Jump to first unread message." }).click(); | ^ 310 | 311 | const readMarkersRequest = await readMarkersRequestPromise; 312 | // since this is not pixel perfect, at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:309:83
[WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue: playwright/e2e/read-receipts/read-receipts.spec.ts#L1
2) [WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue 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#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
[WebKit] › app-loading/guest-registration.spec.ts:21:5 › Shows the welcome page by default: playwright/e2e/app-loading/guest-registration.spec.ts#L1
2) [WebKit] › app-loading/guest-registration.spec.ts:21:5 › Shows the welcome page by default ──── Test timeout of 30000ms exceeded while setting up "page".
[WebKit] › app-loading/guest-registration.spec.ts:21:5 › Shows the welcome page by default: playwright/e2e/app-loading/guest-registration.spec.ts#L1
2) [WebKit] › app-loading/guest-registration.spec.ts:21:5 › Shows the welcome page by default ──── Error: browserContext.newPage: Test timeout of 30000ms exceeded.
[WebKit] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L138
3) [WebKit] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms ───── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 3 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 3 elements - unexpected value "3" 136 | await spotlight.search(room1Name); 137 | const resultLocator = spotlight.results; > 138 | await expect(resultLocator).toHaveCount(1); | ^ 139 | await expect(resultLocator.first()).toContainText(room1Name); 140 | await expect(resultLocator.first()).toContainText("View"); 141 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:138:37
[WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L152
4) [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ─── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 3 × locator resolved to 0 elements - unexpected value "0" 6 × locator resolved to 2 elements - unexpected value "2" 150 | await spotlight.search(room2Name); 151 | const resultLocator = spotlight.results; > 152 | await expect(resultLocator).toHaveCount(1); | ^ 153 | await expect(resultLocator.first()).toContainText(room2Name); 154 | await expect(resultLocator.first()).toContainText("Join"); 155 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:152:37
[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
[Firefox] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L138
2) [Firefox] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms ──── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 3 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 3 elements - unexpected value "3" 136 | await spotlight.search(room1Name); 137 | const resultLocator = spotlight.results; > 138 | await expect(resultLocator).toHaveCount(1); | ^ 139 | await expect(resultLocator.first()).toContainText(room1Name); 140 | await expect(resultLocator.first()).toContainText("View"); 141 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:138:37
[Firefox] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms: playwright/e2e/spotlight/spotlight.spec.ts#L152
3) [Firefox] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 2 elements - unexpected value "2" 150 | await spotlight.search(room2Name); 151 | const resultLocator = spotlight.results; > 152 | await expect(resultLocator).toHaveCount(1); | ^ 153 | await expect(resultLocator.first()).toContainText(room2Name); 154 | await expect(resultLocator.first()).toContainText("Join"); 155 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:152:37
[Firefox] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms: playwright/e2e/spotlight/spotlight.spec.ts#L167
4) [Firefox] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 2 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 2 elements - unexpected value "2" 165 | await spotlight.search(room3Name); 166 | const resultLocator = spotlight.results; > 167 | await expect(resultLocator).toHaveCount(1); | ^ 168 | await expect(resultLocator.first()).toContainText(room3Name); 169 | await expect(resultLocator.first()).toContainText("View"); 170 | await resultLocator.first().click(); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:167:37
[Firefox] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people: playwright/e2e/spotlight/spotlight.spec.ts#L226
5) [Firefox] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people ──────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') Expected: 1 Received: 3 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option') 2 × locator resolved to 0 elements - unexpected value "0" 7 × locator resolved to 3 elements - unexpected value "3" 224 | await spotlight.search(bot2Name); 225 | const resultLocator = spotlight.results; > 226 | await expect(resultLocator).toHaveCount(1); | ^ 227 | await expect(resultLocator.first()).toContainText(bot2Name); 228 | await resultLocator.first().click(); 229 | await expect(roomHeaderName(page)).toHaveText(bot2Name); at /home/runner/work/element-web/element-web/playwright/e2e/spotlight/spotlight.spec.ts:226:37
end-to-end-tests
Process completed with exit code 1.
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.0s
Slow Test: [Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 56.7s
Slow Test: [Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 39.5s
Slow Test: [Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 37.8s
Slow Test: [Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.8s
Slow Test: [Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 53.0s
Slow Test: [Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 42.5s
Slow Test: [Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 39.0s
Slow Test: [Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.8s
Slow Test: [Chrome] › read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 54.2s
Slow Test: [Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 46.3s
Slow Test: [Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 31.0s
Slow Test: [Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 24.0s
Slow Test: [Chrome] › read-receipts/reactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/reactions-main-timeline.spec.ts took 19.6s
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 54.4s
Slow Test: [WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 52.5s
Slow Test: [Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.4m
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] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.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.1s
Slow Test: [Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 43.8s
Slow Test: [Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 58.9s
Slow Test: [Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 55.5s
Slow Test: [Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 47.9s
Slow Test: [Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 31.0s
Slow Test: [Chrome] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 30.0s
Slow Test: [Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 2.4m
Slow Test: [Firefox] › read-receipts/redactions-main-timeline.spec.ts#L1
[Firefox] › read-receipts/redactions-main-timeline.spec.ts took 1.8m
Slow Test: [Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 1.2m
Slow Test: [Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 49.3s
Slow Test: [Firefox] › right-panel/right-panel.spec.ts#L1
[Firefox] › right-panel/right-panel.spec.ts took 42.8s
Slow Test: [WebKit] › composer/RTE.spec.ts#L1
[WebKit] › composer/RTE.spec.ts took 1.6m
Slow Test: [WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.2m
Slow Test: [WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 52.9s
Slow Test: [WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 43.6s
Slow Test: [WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 31.1s
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/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 40.6s
Slow Test: [WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 36.0s
Slow Test: [WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 28.7s
Slow Test: [WebKit] › login/login-consent.spec.ts#L1
[WebKit] › login/login-consent.spec.ts took 1.3m
Slow Test: [WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.0m
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] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 35.8s
Slow Test: [WebKit] › crypto/backups-mas.spec.ts#L1
[WebKit] › crypto/backups-mas.spec.ts took 35.2s
Slow Test: [Firefox] › login/login-consent.spec.ts#L1
[Firefox] › login/login-consent.spec.ts took 1.3m
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.0s
Slow Test: [Firefox] › crypto/backups-mas.spec.ts#L1
[Firefox] › crypto/backups-mas.spec.ts took 36.8s
Slow Test: [Firefox] › app-loading/guest-registration.spec.ts#L1
[Firefox] › app-loading/guest-registration.spec.ts took 29.4s
🎭 Playwright Run Summary
44 skipped 73 passed (8.5m)
🎭 Playwright Run Summary
1 flaky [Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room 1 skipped 120 passed (9.4m)
🎭 Playwright Run Summary
2 flaky [Chrome] › read-receipts/redactions-in-threads.spec.ts:89:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read after restart @mergequeue [Chrome] › read-receipts/redactions-main-timeline.spec.ts:221:17 › Read receipts › redactions › in the main timeline › Reacting to a redacted message leaves the room read @mergequeue 2 skipped 112 passed (9.5m)
🎭 Playwright Run Summary
44 skipped 73 passed (10.7m)
🎭 Playwright Run Summary
1 flaky [Firefox] › one-to-one-chat/one-to-one-chat.spec.ts:30:5 › 1:1 chat room › should open new 1:1 chat room after leaving the old one 44 skipped 72 passed (13.3m)
🎭 Playwright Run Summary
1 flaky [Firefox] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room 11 skipped 110 passed (13.5m)
🎭 Playwright Run Summary
1 failed [Chrome] › timeline/timeline.spec.ts:589:13 › Timeline › message displaying › should set inline start padding to a hidden event line @screenshot 8 flaky [Chrome] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms ────── [Chrome] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ──── [Chrome] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms [Chrome] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people ────────── [Chrome] › spotlight/spotlight.spec.ts:321:9 › Spotlight › should allow opening group chat dialog [Chrome] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM [Chrome] › spotlight/spotlight.spec.ts:344:9 › Spotlight › should show the same user only once ─ [Chrome] › spotlight/spotlight.spec.ts:357:9 › Spotlight › should be able to navigate results via keyboard 2 skipped 104 passed (13.4m)
🎭 Playwright Run Summary
1 failed [Firefox] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue 7 skipped 108 passed (14.4m)
🎭 Playwright Run Summary
1 failed [WebKit] › lazy-loading/lazy-loading.spec.ts:110:9 › Lazy Loading › should handle lazy loading properly even when offline 3 flaky [WebKit] › app-loading/stored-credentials.spec.ts:18:5 › Shows the homepage by default ───────── [WebKit] › integration-manager/send_event.spec.ts:196:9 › Integration Manager: Send Event › should send a state event with empty state key [WebKit] › messages/messages.spec.ts:165:17 › Message rendering › with ltr display name › should render a reply of a RTL message @screenshot 17 skipped 101 passed (14.3m)
🎭 Playwright Run Summary
3 failed [WebKit] › read-receipts/reactions-in-threads.spec.ts:64:17 › Read receipts › reactions › in threads › Reacting to a thread message after marking as read does not make the room unread @mergequeue [WebKit] › read-receipts/read-receipts.spec.ts:274:9 › Read receipts › Should send the correct receipts @mergequeue [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A 1 flaky [WebKit] › read-receipts/reactions-in-threads.spec.ts:16:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread @mergequeue 9 skipped 103 passed (14.6m)
🎭 Playwright Run Summary
1 failed [WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 9 flaky [WebKit] › app-loading/guest-registration.spec.ts:21:5 › Shows the welcome page by default ───── [WebKit] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms ────── [WebKit] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ──── [WebKit] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms [WebKit] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people ────────── [WebKit] › spotlight/spotlight.spec.ts:321:9 › Spotlight › should allow opening group chat dialog [WebKit] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM [WebKit] › spotlight/spotlight.spec.ts:344:9 › Spotlight › should show the same user only once ─ [WebKit] › spotlight/spotlight.spec.ts:357:9 › Spotlight › should be able to navigate results via keyboard 18 skipped 87 passed (16.4m)
🎭 Playwright Run Summary
1 failed [Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch 8 flaky [Firefox] › spotlight/spotlight.spec.ts:132:9 › Spotlight › should find known public rooms ───── [Firefox] › spotlight/spotlight.spec.ts:146:9 › Spotlight › should find unknown public rooms ─── [Firefox] › spotlight/spotlight.spec.ts:161:9 › Spotlight › should find unknown public world readable rooms [Firefox] › spotlight/spotlight.spec.ts:220:9 › Spotlight › should find unknown people ───────── [Firefox] › spotlight/spotlight.spec.ts:321:9 › Spotlight › should allow opening group chat dialog [Firefox] › spotlight/spotlight.spec.ts:339:9 › Spotlight › should close spotlight after starting a DM [Firefox] › spotlight/spotlight.spec.ts:344:9 › Spotlight › should show the same user only once [Firefox] › spotlight/spotlight.spec.ts:357:9 › Spotlight › should be able to navigate results via keyboard 28 skipped 78 passed (17.1m)

Artifacts

Produced during runtime
Name Size
all-blob-reports-Chrome-1 Expired
4.69 MB
all-blob-reports-Chrome-2 Expired
383 KB
all-blob-reports-Chrome-3 Expired
8.71 MB
all-blob-reports-Chrome-4 Expired
41.3 MB
all-blob-reports-Firefox-1 Expired
5.56 MB
all-blob-reports-Firefox-2 Expired
5.22 MB
all-blob-reports-Firefox-3 Expired
7.57 MB
all-blob-reports-Firefox-4 Expired
52.5 MB
all-blob-reports-WebKit-1 Expired
18.7 MB
all-blob-reports-WebKit-2 Expired
384 KB
all-blob-reports-WebKit-3 Expired
31.6 MB
all-blob-reports-WebKit-4 Expired
45.1 MB
html-report Expired
187 MB
webapp Expired
28.7 MB