Fix more flaky playwright tests #4166
Annotations
45 errors, 111 warnings, and 30 notices
[Pinecone] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A:
playwright/e2e/room/room.spec.ts#L83
1) [Pinecone] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
Error: Timed out 5000ms waiting for expect(locator).toBeInViewport()
Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
Expected: in viewport
Received: outside viewport
Call log:
- expect.toBeInViewport with timeout 5000ms
- waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
8 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div>
- unexpected value "viewport ratio 0"
81 |
82 | // Wait for the first message to be displayed
> 83 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport();
| ^
84 |
85 | // Display Room B
86 | await app.viewRoomById(roomBId);
at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:83:91
|
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit:
playwright/e2e/crypto/utils.ts#L170
2) [Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td')
Expected string: "1 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
Received string: "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td')
9 × locator resolved to <td>…</td>
- unexpected value "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
at crypto/utils.ts:170
168 | }
169 |
> 170 | await expect(page.locator(".mx_SecureBackupPanel_statusList tr:nth-child(5) td")).toHaveText(
| ^
171 | expectedBackupVersion + " (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)",
172 | );
173 |
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:170:87)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:120:9
|
[Dendrite] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit:
playwright/e2e/crypto/utils.ts#L170
1) [Dendrite] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td')
Expected string: "1 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
Received string: "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.mx_SecureBackupPanel_statusList tr:nth-child(5) td')
9 × locator resolved to <td>…</td>
- unexpected value "3 (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)"
at crypto/utils.ts:170
168 | }
169 |
> 170 | await expect(page.locator(".mx_SecureBackupPanel_statusList tr:nth-child(5) td")).toHaveText(
| ^
171 | expectedBackupVersion + " (Algorithm: m.megolm_backup.v1.curve25519-aes-sha2)",
172 | );
173 |
at checkDeviceIsConnectedKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:170:87)
at /home/runner/work/element-web/element-web/playwright/e2e/settings/encryption-user-tab/recovery.spec.ts:120:9
|
[Chrome] › messages/messages.spec.ts:95:17 › Message rendering › with ltr display name › should render an LTR rich text emote @screenshot:
playwright/e2e/messages/messages.spec.ts#L99
1) [Chrome] › messages/messages.spec.ts:95:17 › Message rendering › with ltr display name › should render an LTR rich text emote @screenshot
Error: expect(locator).toHaveScreenshot(expected)
18 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/messages/messages.spec.ts/emote-rich-ltr-ltrdisplayname-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/messages-messages-Message--c2c09-nder-an-LTR-rich-text-emote-Chrome/emote-rich-ltr-ltrdisplayname-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/messages-messages-Message--c2c09-nder-an-LTR-rich-text-emote-Chrome/emote-rich-ltr-ltrdisplayname-diff.png
Call log:
- expect.toHaveScreenshot(emote-rich-ltr-ltrdisplayname.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$yFCSJe65R8wCzN988YLiPxjNbIJzG8SDVLnzHCcEml0" data-scroll-tokens="$yFCSJe65R8wCzN988YLiPxjNbIJzG8SDVLnzHCcEml0" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_emote mx_EventTile_noBubble">…</li>
- 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
- 18 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="false" data-event-id="$yFCSJe65R8wCzN988YLiPxjNbIJzG8SDVLnzHCcEml0" data-scroll-tokens="$yFCSJe65R8wCzN988YLiPxjNbIJzG8SDVLnzHCcEml0" class="mx_EventTile mx_EventTile_last mx_EventTile_lastInSection mx_EventTile_emote mx_EventTile_noBubble">…</li>
- 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
- 18 pixels (ratio 0.01 of all image pixels) are different.
97 |
98 | const msgTile = await sendMessage(page, "/me lays a *free range* egg");
> 99 | await expect(msgTile).toMatchScreenshot(`emote-rich-ltr-${direction}displayname.png`);
| ^
100 | });
101 |
102 | test("should render an edited LTR message", async ({ page, user, app, room }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/messages/messages.spec.ts:99:39
|
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:75:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue:
playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts#L1
2) [Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:75:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue
Test timeout of 30000ms exceeded.
|
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:75:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L88
2) [Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:75:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @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:154: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/editing-messages-main-timeline.spec.ts:83:17
|
[Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot:
playwright/e2e/audio-player/audio-player.spec.ts#L21
1) [Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
Error: Test timeout of 30000ms exceeded
19 | await tile.hover();
20 | await tile.getByRole("button", { name: "Reply", exact: true }).click();
> 21 | }).toPass();
| ^
22 | };
23 |
24 | test.describe("Audio player", { tag: ["@no-firefox", "@no-webkit"] }, () => {
at clickButtonReply (/home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:21:8)
at /home/runner/work/element-web/element-web/playwright/e2e/audio-player/audio-player.spec.ts:274:19
|
[WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default:
playwright/e2e/crypto/backups-mas.spec.ts#L1
1) [WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default
Test timeout of 30000ms exceeded.
|
[WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default:
playwright/pages/settings.ts#L71
1) [WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_TabbedView_tabLabels').locator('.mx_TabbedView_tabLabel').filter({ hasText: 'Security & Privacy' })
- locator resolved to <li role="tab" tabindex="-1" aria-selected="false" data-testid="settings-tab-USER_SECURITY_TAB" aria-controls="mx_tabpanel_USER_SECURITY_TAB" class="mx_AccessibleButton mx_TabbedView_tabLabel">…</li>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
at ../pages/settings.ts:71
69 | .locator(".mx_TabbedView_tabLabels")
70 | .locator(".mx_TabbedView_tabLabel", { hasText: tab })
> 71 | .click();
| ^
72 | }
73 |
74 | /**
at Settings.switchTab (/home/runner/work/element-web/element-web/playwright/pages/settings.ts:71:14)
at Settings.openUserSettings (/home/runner/work/element-web/element-web/playwright/pages/settings.ts:81:29)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups-mas.spec.ts:27:9
|
[WebKit] › read-receipts/new-messages-in-threads.spec.ts:43:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue:
playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
1) [WebKit] › read-receipts/new-messages-in-threads.spec.ts:43:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue
Test timeout of 30000ms exceeded while setting up "user".
|
[WebKit] › read-receipts/new-messages-in-threads.spec.ts:43:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue:
playwright/element-web-test.ts#L201
1) [WebKit] › read-receipts/new-messages-in-threads.spec.ts:43:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:201
199 | user: async ({ pageWithCredentials: page, credentials }, use) => {
200 | await page.goto("/");
> 201 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
202 | await use(credentials);
203 | },
204 |
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:201:20)
|
[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
2) [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
|
[Firefox] › 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) [Firefox] › 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: "46"
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">46</span>
- unexpected value "46"
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] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline:
playwright/e2e/lazy-loading/lazy-loading.spec.ts#L79
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
Error: toBeAttached can be only used with Locator object
77 | await app.timeline.scrollToTop();
78 | for (const charly of charlies) {
> 79 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached();
| ^
80 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached();
81 | }
82 | }
at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:79:104)
at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:134:9
|
[WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline:
playwright/e2e/lazy-loading/lazy-loading.spec.ts#L79
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: toBeAttached can be only used with Locator object
77 | await app.timeline.scrollToTop();
78 | for (const charly of charlies) {
> 79 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached();
| ^
80 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached();
81 | }
82 | }
at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:79:104)
at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:134:9
|
[WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline:
playwright/e2e/lazy-loading/lazy-loading.spec.ts#L79
1) [WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: toBeAttached can be only used with Locator object
77 | await app.timeline.scrollToTop();
78 | for (const charly of charlies) {
> 79 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg1)).toBeAttached();
| ^
80 | await expect(await app.timeline.findEventTile(charly.credentials.displayName, charlyMsg2)).toBeAttached();
81 | }
82 | }
at checkPaginatedDisplayNames (/home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:79:104)
at /home/runner/work/element-web/element-web/playwright/e2e/lazy-loading/lazy-loading.spec.ts:134:9
|
Run Tests [WebKit] 2/6
Process completed with exit code 1.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
305 |
306 | // the following code tests the fully read marker somewhere in the middle of the room
> 307 | const readMarkersRequestPromise = page.waitForRequest(
| ^
308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
309 | );
310 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
309 | );
310 |
> 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
312 |
313 | const readMarkersRequest = await readMarkersRequestPromise;
314 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
305 |
306 | // the following code tests the fully read marker somewhere in the middle of the room
> 307 | const readMarkersRequestPromise = page.waitForRequest(
| ^
308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
309 | );
310 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
309 | );
310 |
> 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
312 |
313 | const readMarkersRequest = await readMarkersRequestPromise;
314 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
305 |
306 | // the following code tests the fully read marker somewhere in the middle of the room
> 307 | const readMarkersRequestPromise = page.waitForRequest(
| ^
308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
309 | );
310 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
309 | );
310 |
> 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
312 |
313 | const readMarkersRequest = await readMarkersRequestPromise;
314 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
|
[WebKit] › read-receipts/reactions-in-threads.spec.ts:160:17 › Read receipts › reactions › in threads › Can remove a reaction in a thread @mergequeue:
playwright/pages/client.ts#L129
2) [WebKit] › read-receipts/reactions-in-threads.spec.ts:160:17 › Read receipts › reactions › in threads › Can remove a reaction in a thread @mergequeue
Error: jsHandle.evaluate: RuntimeError: Out of bounds memory access (evaluating 'wasm.roomid_new(retptr, ptr0, len0)')
at ../pages/client.ts:129
127 |
128 | const client = await this.prepareClient();
> 129 | return client.evaluate(
| ^
130 | (client, { roomId, content, threadId }) => {
131 | return client.sendMessage(roomId, threadId, content as RoomMessageEventContent);
132 | },
at Bot.sendMessage (/home/runner/work/element-web/element-web/playwright/pages/client.ts:129:23)
at Helpers.sendMessageAsClient (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:346:17)
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/reactions-in-threads.spec.ts:175:17
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Test timeout of 30000ms exceeded.
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
Run Tests [Firefox] 5/6
Process completed with exit code 1.
|
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Test timeout of 30000ms exceeded.
|
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L1
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L404
1) [WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
402 | await Promise.all([
403 | page.waitForRequest(matchRoomSubRequest(roomPId)),
> 404 | page.waitForRequest(matchRoomUnsubRequest(roomAId)),
| ^
405 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
406 | ]);
407 |
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:404:18
|
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A:
playwright/e2e/room/room.spec.ts#L96
2) [WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
Error: Timed out 5000ms waiting for expect(locator).toBeInViewport()
Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
Expected: in viewport
Received: outside viewport
Call log:
- expect.toBeInViewport with timeout 5000ms
- waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
6 × locator resolved to <div dir="auto" class="mx_EventTile_body translate">test0</div>
- unexpected value "viewport ratio 0"
94 | // The timeline should display the first message
95 | // The previous position before switching to Room B should be remembered
> 96 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport();
| ^
97 | });
98 | });
99 |
at /home/runner/work/element-web/element-web/playwright/e2e/room/room.spec.ts:96:91
|
[WebKit] › room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L1
3) [WebKit] › room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread
Test timeout of 30000ms exceeded.
|
[WebKit] › room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread:
playwright/e2e/room_options/marked_unread.spec.ts#L51
3) [WebKit] › room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('The mark unread test room').getByRole('button', { name: 'Room options' })
- locator resolved to <div tabindex="0" role="button" aria-haspopup="true" aria-expanded="false" aria-label="Room options" class="mx_AccessibleButton mx_RoomTile_menuButton"></div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 500ms
49 | const roomTile = page.getByLabel(TEST_ROOM_NAME);
50 | await roomTile.focus();
> 51 | await roomTile.getByRole("button", { name: "Room options" }).click();
| ^
52 | await page.getByRole("menuitem", { name: "Mark as unread" }).click();
53 |
54 | await expect(page.getByLabel(TEST_ROOM_NAME + " Unread messages.")).toBeVisible();
at /home/runner/work/element-web/element-web/playwright/e2e/room_options/marked_unread.spec.ts:51:70
|
Run Tests [WebKit] 5/6
Process completed with exit code 1.
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
[Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 19.2s
|
Slow Test:
[Dendrite] › read-receipts/room-list-order.spec.ts#L1
[Dendrite] › read-receipts/room-list-order.spec.ts took 16.2s
|
Slow Test:
[Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 20.0s
|
Slow Test:
[Pinecone] › read-receipts/room-list-order.spec.ts#L1
[Pinecone] › read-receipts/room-list-order.spec.ts took 15.0s
|
Slow Test:
[Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 48.9s
|
Slow Test:
[Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 41.7s
|
Slow Test:
[Dendrite] › invite/invite-dialog.spec.ts#L1
[Dendrite] › invite/invite-dialog.spec.ts took 15.9s
|
Slow Test:
[Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 51.6s
|
Slow Test:
[Pinecone] › pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › pinned-messages/pinned-messages.spec.ts took 44.9s
|
Slow Test:
[Pinecone] › invite/invite-dialog.spec.ts#L1
[Pinecone] › invite/invite-dialog.spec.ts took 19.2s
|
Slow Test:
[Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.1m
|
Slow Test:
[Dendrite] › oidc/oidc-native.spec.ts#L1
[Dendrite] › oidc/oidc-native.spec.ts took 17.2s
|
Slow Test:
[Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.1m
|
Slow Test:
[Pinecone] › oidc/oidc-native.spec.ts#L1
[Pinecone] › oidc/oidc-native.spec.ts took 18.1s
|
Slow Test:
[Pinecone] › room/room-header.spec.ts#L1
[Pinecone] › room/room-header.spec.ts took 17.9s
|
Slow Test:
[Pinecone] › settings/account-user-settings-tab.spec.ts#L1
[Pinecone] › settings/account-user-settings-tab.spec.ts took 15.6s
|
Slow Test:
[Dendrite] › sliding-sync/sliding-sync.spec.ts#L1
[Dendrite] › sliding-sync/sliding-sync.spec.ts took 45.7s
|
Slow Test:
[Dendrite] › room/room-header.spec.ts#L1
[Dendrite] › room/room-header.spec.ts took 16.4s
|
Slow Test:
[Dendrite] › settings/account-user-settings-tab.spec.ts#L1
[Dendrite] › settings/account-user-settings-tab.spec.ts took 15.5s
|
Slow Test:
[Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 48.5s
|
Slow Test:
[Dendrite] › audio-player/audio-player.spec.ts#L1
[Dendrite] › audio-player/audio-player.spec.ts took 31.7s
|
Slow Test:
[Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 30.5s
|
Slow Test:
[Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 22.7s
|
Slow Test:
[Dendrite] › accessibility/keyboard-navigation.spec.ts#L1
[Dendrite] › accessibility/keyboard-navigation.spec.ts took 16.8s
|
Slow Test:
[Pinecone] › crypto/event-shields.spec.ts#L1
[Pinecone] › crypto/event-shields.spec.ts took 48.2s
|
Slow Test:
[Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 32.0s
|
Slow Test:
[Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 30.8s
|
Slow Test:
[Pinecone] › crypto/device-verification.spec.ts#L1
[Pinecone] › crypto/device-verification.spec.ts took 22.8s
|
Slow Test:
[Pinecone] › integration-manager/kick.spec.ts#L1
[Pinecone] › integration-manager/kick.spec.ts took 20.4s
|
Slow Test:
[Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 2.9m
|
Slow Test:
[Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 59.5s
|
Slow Test:
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 40.7s
|
Slow Test:
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts took 28.7s
|
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] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 35.0s
|
Slow Test:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 31.0s
|
Slow Test:
[Chrome] › app-loading/guest-registration.spec.ts#L1
[Chrome] › app-loading/guest-registration.spec.ts took 16.9s
|
Slow Test:
[Chrome] › read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/redactions-in-threads.spec.ts took 1.5m
|
Slow Test:
[Chrome] › read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/redactions-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Chrome] › read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 51.7s
|
Slow Test:
[Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 46.5s
|
Slow Test:
[Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 31.6s
|
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] › crypto/backups-mas.spec.ts#L1
[Firefox] › crypto/backups-mas.spec.ts took 44.4s
|
Slow Test:
[Firefox] › threads/threads.spec.ts#L1
[Firefox] › threads/threads.spec.ts took 28.7s
|
Slow Test:
[Firefox] › widgets/widget-pip-close.spec.ts#L1
[Firefox] › widgets/widget-pip-close.spec.ts took 18.8s
|
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/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 38.2s
|
Slow Test:
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 30.1s
|
Slow Test:
[Chrome] › invite/invite-dialog.spec.ts#L1
[Chrome] › invite/invite-dialog.spec.ts took 25.2s
|
Slow Test:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 19.9s
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 53.3s
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.5s
|
Slow Test:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 33.9s
|
Slow Test:
[Chrome] › accessibility/keyboard-navigation.spec.ts#L1
[Chrome] › accessibility/keyboard-navigation.spec.ts took 30.2s
|
Slow Test:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 28.7s
|
Slow Test:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
|
Slow Test:
[Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 55.7s
|
Slow Test:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 49.2s
|
Slow Test:
[Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 30.7s
|
Slow Test:
[Chrome] › settings/encryption-user-tab/recovery.spec.ts#L1
[Chrome] › settings/encryption-user-tab/recovery.spec.ts took 29.8s
|
Slow Test:
[WebKit] › login/login-consent.spec.ts#L1
[WebKit] › login/login-consent.spec.ts took 1.4m
|
Slow Test:
[WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.0m
|
Slow Test:
[WebKit] › threads/threads.spec.ts#L1
[WebKit] › threads/threads.spec.ts took 36.1s
|
Slow Test:
[WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.3m
|
Slow Test:
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts took 55.5s
|
Slow Test:
[Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.7m
|
Slow Test:
[Firefox] › read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 1.6m
|
Slow Test:
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[WebKit] › composer/RTE.spec.ts#L1
[WebKit] › composer/RTE.spec.ts took 1.5m
|
Slow Test:
[WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.2m
|
Slow Test:
[WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 51.5s
|
Slow Test:
[WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 41.9s
|
Slow Test:
[WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 27.4s
|
Slow Test:
[Firefox] › crypto/event-shields.spec.ts#L1
[Firefox] › crypto/event-shields.spec.ts took 1.3m
|
Slow Test:
[Firefox] › composer/RTE.spec.ts#L1
[Firefox] › composer/RTE.spec.ts took 1.0m
|
Slow Test:
[Firefox] › crypto/crypto.spec.ts#L1
[Firefox] › crypto/crypto.spec.ts took 57.4s
|
Slow Test:
[Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 44.5s
|
Slow Test:
[Firefox] › crypto/decryption-failure-messages.spec.ts#L1
[Firefox] › crypto/decryption-failure-messages.spec.ts took 42.8s
|
Slow Test:
[WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.7m
|
Slow Test:
[WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 1.3m
|
Slow Test:
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 52.8s
|
Slow Test:
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 51.3s
|
Slow Test:
[WebKit] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[WebKit] › read-receipts/editing-messages-thread-roots.spec.ts took 41.6s
|
Slow Test:
[Firefox] › messages/messages.spec.ts#L1
[Firefox] › messages/messages.spec.ts took 1.7m
|
Slow Test:
[Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.spec.ts took 1.6m
|
Slow Test:
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/editing-messages-in-threads.spec.ts took 1.1m
|
Slow Test:
[Firefox] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Firefox] › read-receipts/editing-messages-thread-roots.spec.ts took 48.4s
|
Slow Test:
[Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 2.4m
|
Slow Test:
[Firefox] › read-receipts/redactions-main-timeline.spec.ts#L1
[Firefox] › read-receipts/redactions-main-timeline.spec.ts took 1.8m
|
Slow Test:
[Firefox] › read-receipts/read-receipts.spec.ts#L1
[Firefox] › read-receipts/read-receipts.spec.ts took 1.2m
|
Slow Test:
[Firefox] › read-receipts/reactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/reactions-in-threads.spec.ts took 1.2m
|
Slow Test:
[Firefox] › read-receipts/redactions-thread-roots.spec.ts#L1
[Firefox] › read-receipts/redactions-thread-roots.spec.ts took 49.1s
|
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.0s
|
Slow Test:
[WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 35.6s
|
Slow Test:
[WebKit] › read-receipts/reactions-main-timeline.spec.ts#L1
[WebKit] › read-receipts/reactions-main-timeline.spec.ts took 26.7s
|
Slow Test:
[WebKit] › read-receipts/reactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/reactions-thread-roots.spec.ts took 20.9s
|
Slow Test:
[Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.9m
|
Slow Test:
[Firefox] › spaces/spaces.spec.ts#L1
[Firefox] › spaces/spaces.spec.ts took 54.7s
|
Slow Test:
[Firefox] › settings/encryption-user-tab/recovery.spec.ts#L1
[Firefox] › settings/encryption-user-tab/recovery.spec.ts took 44.0s
|
Slow Test:
[Firefox] › room/room-header.spec.ts#L1
[Firefox] › room/room-header.spec.ts took 36.2s
|
Slow Test:
[Firefox] › settings/account-user-settings-tab.spec.ts#L1
[Firefox] › settings/account-user-settings-tab.spec.ts took 32.1s
|
Slow Test:
[WebKit] › spotlight/spotlight.spec.ts#L1
[WebKit] › spotlight/spotlight.spec.ts took 2.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] › spaces/spaces.spec.ts#L1
[WebKit] › spaces/spaces.spec.ts took 35.0s
|
Slow Test:
[WebKit] › room/room-header.spec.ts#L1
[WebKit] › room/room-header.spec.ts took 32.3s
|
Slow Test:
[WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 30.0s
|
🎭 Playwright Run Summary
76 skipped
|
🎭 Playwright Run Summary
76 skipped
|
🎭 Playwright Run Summary
60 skipped
17 passed (1.1m)
|
🎭 Playwright Run Summary
60 skipped
17 passed (1.1m)
|
🎭 Playwright Run Summary
41 skipped
40 passed (2.3m)
|
🎭 Playwright Run Summary
41 skipped
40 passed (2.5m)
|
🎭 Playwright Run Summary
29 skipped
38 passed (2.6m)
|
🎭 Playwright Run Summary
29 skipped
38 passed (2.7m)
|
🎭 Playwright Run Summary
2 flaky
[Pinecone] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
47 skipped
38 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
[Dendrite] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
35 skipped
51 passed (3.3m)
|
🎭 Playwright Run Summary
19 skipped
63 passed (4.2m)
|
🎭 Playwright Run Summary
19 skipped
63 passed (4.3m)
|
🎭 Playwright Run Summary
43 skipped
33 passed (5.3m)
|
🎭 Playwright Run Summary
5 skipped
62 passed (6.2m)
|
🎭 Playwright Run Summary
2 skipped
75 passed (6.7m)
|
🎭 Playwright Run Summary
20 skipped
47 passed (6.9m)
|
🎭 Playwright Run Summary
2 flaky
[Chrome] › messages/messages.spec.ts:95:17 › Message rendering › with ltr display name › should render an LTR rich text emote @screenshot
[Chrome] › read-receipts/editing-messages-main-timeline.spec.ts:75:17 › Read receipts › editing messages › in the main timeline › Editing a reply after reading it makes the room unread @mergequeue
2 skipped
77 passed (6.8m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › audio-player/audio-player.spec.ts:250:9 › Audio player › should support creating a reply chain with multiple audio files @no-firefox @no-webkit @screenshot
81 passed (7.3m)
|
🎭 Playwright Run Summary
2 skipped
85 passed (7.4m)
|
🎭 Playwright Run Summary
1 flaky
[WebKit] › crypto/backups-mas.spec.ts:22:9 › Encryption state after registration › Key backup is enabled by default
19 skipped
47 passed (7.0m)
|
🎭 Playwright Run Summary
2 flaky
[WebKit] › read-receipts/new-messages-in-threads.spec.ts:43:17 › Read receipts › new messages › in threads › Reading the last threaded message makes the room read @mergequeue
[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
43 skipped
31 passed (7.4m)
|
🎭 Playwright Run Summary
1 flaky
[Firefox] › read-receipts/new-messages-thread-roots.spec.ts:38:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue
43 skipped
32 passed (7.9m)
|
🎭 Playwright Run Summary
16 skipped
66 passed (8.1m)
|
🎭 Playwright Run Summary
9 skipped
73 passed (9.7m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
2 skipped
78 passed (9.0m)
|
🎭 Playwright Run Summary
3 skipped
78 passed (9.7m)
|
🎭 Playwright Run Summary
6 skipped
71 passed (10.0m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
2 flaky
[WebKit] › read-receipts/reactions-in-threads.spec.ts:160:17 › Read receipts › reactions › in threads › Can remove a reaction in a thread @mergequeue
[WebKit] › read-receipts/redactions-in-threads.spec.ts:413:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart @mergequeue
6 skipped
68 passed (10.4m)
|
🎭 Playwright Run Summary
1 failed
[Firefox] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
14 skipped
72 passed (11.2m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › sliding-sync/sliding-sync.spec.ts:370:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
2 flaky
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
[WebKit] › room_options/marked_unread.spec.ts:25:9 › Mark as Unread › should mark a room as unread
9 skipped
75 passed (11.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
|
5.53 MB |
|
all-blob-reports-Chrome-2
|
7.28 MB |
|
all-blob-reports-Chrome-3
|
212 KB |
|
all-blob-reports-Chrome-4
|
336 KB |
|
all-blob-reports-Chrome-5
|
519 KB |
|
all-blob-reports-Chrome-6
|
894 KB |
|
all-blob-reports-Dendrite-1
|
216 KB |
|
all-blob-reports-Dendrite-2
|
124 KB |
|
all-blob-reports-Dendrite-3
|
8.66 KB |
|
all-blob-reports-Dendrite-4
|
57.1 KB |
|
all-blob-reports-Dendrite-5
|
6.75 MB |
|
all-blob-reports-Dendrite-6
|
505 KB |
|
all-blob-reports-Firefox-1
|
629 KB |
|
all-blob-reports-Firefox-2
|
303 KB |
|
all-blob-reports-Firefox-3
|
15.7 MB |
|
all-blob-reports-Firefox-4
|
329 KB |
|
all-blob-reports-Firefox-5
|
7.24 MB |
|
all-blob-reports-Firefox-6
|
852 KB |
|
all-blob-reports-Pinecone-1
|
219 KB |
|
all-blob-reports-Pinecone-2
|
126 KB |
|
all-blob-reports-Pinecone-3
|
8.65 KB |
|
all-blob-reports-Pinecone-4
|
57.4 KB |
|
all-blob-reports-Pinecone-5
|
11.4 MB |
|
all-blob-reports-Pinecone-6
|
508 KB |
|
all-blob-reports-WebKit-1
|
605 KB |
|
all-blob-reports-WebKit-2
|
8.22 MB |
|
all-blob-reports-WebKit-3
|
12.4 MB |
|
all-blob-reports-WebKit-4
|
19.1 MB |
|
all-blob-reports-WebKit-5
|
17.1 MB |
|
all-blob-reports-WebKit-6
|
5.63 MB |
|
html-report
|
104 MB |
|
webapp
|
27.2 MB |
|