End to End Tests #4414
Annotations
38 errors, 81 warnings, and 20 notices
[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
1) [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] › read-receipts/redactions-main-timeline.spec.ts:142:17 › Read receipts › redactions › in the main timeline › Redacting one of the unread messages reduces the unread count @mergequeue:
playwright/e2e/read-receipts/index.ts#L473
1) [Chrome] › read-receipts/redactions-main-timeline.spec.ts:142:17 › Read receipts › redactions › in the main timeline › Redacting one of the unread messages reduces the unread count @mergequeue
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "1"
Received string: "2"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
9 × locator resolved to <span class="mx_NotificationBadge_count">2</span>
- unexpected value "2"
at read-receipts/index.ts:473
471 | await expect(tile.locator(".mx_NotificationBadge_dot")).toBeVisible();
472 | } else {
> 473 | await expect(tile.locator(".mx_NotificationBadge_count")).toHaveText(count.toString());
| ^
474 | }
475 | }
476 |
at Helpers.assertUnread (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:473:71)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/redactions-main-timeline.spec.ts:163:28
|
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue:
playwright/e2e/read-receipts/index.ts#L488
1) [WebKit] › read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
Error: expect(received).toBeLessThan(expected)
Expected: < 30
Received: 30
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
at read-receipts/index.ts:488
486 | // https://playwright.dev/docs/test-assertions#expectpoll
487 | // .toBeLessThan doesn't have a retry mechanism, so we use .poll
> 488 | await expect
| ^
489 | .poll(async () => {
490 | return parseInt(await tile.locator(".mx_NotificationBadge_count").textContent(), 10);
491 | })
at Helpers.assertUnreadLessThan (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:488:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:68:17
|
[WebKit] › composer/RTE.spec.ts:244:17 › Composer › Rich text editor › Drafts › drafts with rich and plain text:
playwright/pages/client.ts#L68
1) [WebKit] › composer/RTE.spec.ts:244:17 › Composer › Rich text editor › Drafts › drafts with rich and plain text
Error: jsHandle.evaluate: Error: Timeout waiting for room !rPJwRTTVwIvXTnfNWU:localhost membership (now 'undefined', wanted 'join')
at ../pages/client.ts:68
66 | public async evaluate<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<T> {
67 | await this.prepareClient();
> 68 | return this.client.evaluate(fn, arg);
| ^
69 | }
70 |
71 | public evaluateHandle<R, Arg, O extends MatrixClient = MatrixClient>(
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:248:17
|
[WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads:
playwright/pages/client.ts#L68
2) [WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads
Error: jsHandle.evaluate: Error: Timeout waiting for room !jmNbQgRyJEqGViebZG:localhost membership (now 'undefined', wanted 'join')
at ../pages/client.ts:68
66 | public async evaluate<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<T> {
67 | await this.prepareClient();
> 68 | return this.client.evaluate(fn, arg);
| ^
69 | }
70 |
71 | public evaluateHandle<R, Arg, O extends MatrixClient = MatrixClient>(
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at /home/runner/work/element-web/element-web/playwright/e2e/composer/RTE.spec.ts:316:17
|
[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
3) [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
|
[Firefox] › 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) [Firefox] › 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
|
[Firefox] › 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) [Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeInViewport()
Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
Expected: in viewport
Received: outside viewport
Call log:
- expect.toBeInViewport with timeout 5000ms
- waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0')
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
|
[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] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout:
playwright/pages/client.ts#L68
2) [WebKit] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
Error: jsHandle.evaluate: Error: Timeout waiting for room !AoUDdrOSRgFLRcPVZs:localhost membership (now 'undefined', wanted 'join')
at ../pages/client.ts:68
66 | public async evaluate<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<T> {
67 | await this.prepareClient();
> 68 | return this.client.evaluate(fn, arg);
| ^
69 | }
70 |
71 | public evaluateHandle<R, Arg, O extends MatrixClient = MatrixClient>(
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/layout.spec.ts:36:18
|
Run Tests [WebKit] 4/4
Process completed with exit code 1.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
305 |
306 | // the following code tests the fully read marker somewhere in the middle of the room
> 307 | const readMarkersRequestPromise = page.waitForRequest(
| ^
308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
309 | );
310 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
309 | );
310 |
> 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
312 |
313 | const readMarkersRequest = await readMarkersRequestPromise;
314 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
305 |
306 | // the following code tests the fully read marker somewhere in the middle of the room
> 307 | const readMarkersRequestPromise = page.waitForRequest(
| ^
308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
309 | );
310 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
309 | );
310 |
> 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
312 |
313 | const readMarkersRequest = await readMarkersRequestPromise;
314 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L307
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
305 |
306 | // the following code tests the fully read marker somewhere in the middle of the room
> 307 | const readMarkersRequestPromise = page.waitForRequest(
| ^
308 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
309 | );
310 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:307:48
|
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue:
playwright/e2e/read-receipts/read-receipts.spec.ts#L311
1) [WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Jump to first unread message.' })
309 | );
310 |
> 311 | await page.getByRole("button", { name: "Jump to first unread message." }).click();
| ^
312 |
313 | const readMarkersRequest = await readMarkersRequestPromise;
314 | // since this is not pixel perfect,
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:311:83
|
[WebKit] › 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
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
timeoutPromise<@debugger eval code line 234 > eval#L17
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Error: jsHandle.evaluate: Timeout waiting for room !BKHvshYaXxrHgWyKbC:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
timeoutPromise<@debugger eval code line 234 > eval#L17
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Timeout waiting for room !jKPFkGPgHEVGoIzMLk:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z:
timeoutPromise<@debugger eval code line 234 > eval#L17
1) [Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Timeout waiting for room !fjjBEoGnkbNJwHcGeL:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive:
timeoutPromise<@debugger eval code line 234 > eval#L17
2) [Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive
Error: jsHandle.evaluate: Timeout waiting for room !rvUQYBcPDGdCDswfDO:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive:
timeoutPromise<@debugger eval code line 234 > eval#L17
2) [Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Timeout waiting for room !eaYXczjMLwQGBbxOjM:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive:
timeoutPromise<@debugger eval code line 234 > eval#L17
2) [Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Timeout waiting for room !ZPUvtZOmVAFxFrgaYZ:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky:
timeoutPromise<@debugger eval code line 234 > eval#L17
3) [Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky
Error: jsHandle.evaluate: Timeout waiting for room !lyLjWREoxDDDbFalGL:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky:
timeoutPromise<@debugger eval code line 234 > eval#L17
3) [Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Timeout waiting for room !NNtGnVqqWEUforTBHh:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky:
timeoutPromise<@debugger eval code line 234 > eval#L17
3) [Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: jsHandle.evaluate: Timeout waiting for room !XANDJawjOmYupkBrzo:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
[Firefox] › sliding-sync/sliding-sync.spec.ts:191:5 › Sliding Sync › should not show unread indicators:
timeoutPromise<@debugger eval code line 234 > eval#L17
4) [Firefox] › sliding-sync/sliding-sync.spec.ts:191:5 › Sliding Sync › should not show unread indicators
Error: jsHandle.evaluate: Timeout waiting for room !qnQgPaIEygBmRBkGFr:localhost membership (now 'undefined', wanted 'join')
timeoutPromise<@debugger eval code line 234 > eval:17:15
promise callback*@debugger eval code line 234 > eval:14:80
evaluate@debugger eval code:236:17
@debugger eval code:1:44
at /home/runner/work/element-web/element-web/timeoutPromise<@debugger eval code line 234 > eval:17:15
at /home/runner/work/element-web/element-web/promise callback*@debugger eval code line 234 > eval:14:80
at /home/runner/work/element-web/element-web/evaluate@debugger eval code:236:17
at /home/runner/work/element-web/element-web/@debugger eval code:1:44
at Client.evaluate (/home/runner/work/element-web/element-web/playwright/pages/client.ts:68:28)
at Client.awaitRoomMembership (/home/runner/work/element-web/element-web/playwright/pages/client.ts:320:9)
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:184:9)
at Object.testRoom (/home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:53:24)
|
end-to-end-tests
Process completed with exit code 1.
|
Slow Test:
[Dendrite] › pinned-messages/pinned-messages.spec.ts#L1
[Dendrite] › pinned-messages/pinned-messages.spec.ts took 42.6s
|
Slow Test:
[Pinecone] › pinned-messages/pinned-messages.spec.ts#L1
[Pinecone] › pinned-messages/pinned-messages.spec.ts took 41.2s
|
Slow Test:
[Pinecone] › right-panel/right-panel.spec.ts#L1
[Pinecone] › right-panel/right-panel.spec.ts took 19.7s
|
Slow Test:
[Dendrite] › right-panel/right-panel.spec.ts#L1
[Dendrite] › right-panel/right-panel.spec.ts took 19.8s
|
Slow Test:
[Dendrite] › read-receipts/room-list-order.spec.ts#L1
[Dendrite] › read-receipts/room-list-order.spec.ts took 16.3s
|
Slow Test:
[Pinecone] › timeline/timeline.spec.ts#L1
[Pinecone] › timeline/timeline.spec.ts took 1.0m
|
Slow Test:
[Pinecone] › sliding-sync/sliding-sync.spec.ts#L1
[Pinecone] › sliding-sync/sliding-sync.spec.ts took 44.4s
|
Slow Test:
[Pinecone] › oidc/oidc-native.spec.ts#L1
[Pinecone] › oidc/oidc-native.spec.ts took 15.6s
|
Slow Test:
[Dendrite] › timeline/timeline.spec.ts#L1
[Dendrite] › timeline/timeline.spec.ts took 1.0m
|
Slow Test:
[Dendrite] › sliding-sync/sliding-sync.spec.ts#L1
[Dendrite] › sliding-sync/sliding-sync.spec.ts took 44.0s
|
Slow Test:
[Dendrite] › oidc/oidc-native.spec.ts#L1
[Dendrite] › oidc/oidc-native.spec.ts took 15.2s
|
Slow Test:
[Dendrite] › messages/messages.spec.ts#L1
[Dendrite] › messages/messages.spec.ts took 47.1s
|
Slow Test:
[Dendrite] › crypto/event-shields.spec.ts#L1
[Dendrite] › crypto/event-shields.spec.ts took 44.3s
|
Slow Test:
[Dendrite] › audio-player/audio-player.spec.ts#L1
[Dendrite] › audio-player/audio-player.spec.ts took 32.4s
|
Slow Test:
[Dendrite] › composer/RTE.spec.ts#L1
[Dendrite] › composer/RTE.spec.ts took 30.4s
|
Slow Test:
[Dendrite] › crypto/device-verification.spec.ts#L1
[Dendrite] › crypto/device-verification.spec.ts took 22.4s
|
Slow Test:
[Pinecone] › messages/messages.spec.ts#L1
[Pinecone] › messages/messages.spec.ts took 47.0s
|
Slow Test:
[Pinecone] › crypto/event-shields.spec.ts#L1
[Pinecone] › crypto/event-shields.spec.ts took 44.2s
|
Slow Test:
[Pinecone] › audio-player/audio-player.spec.ts#L1
[Pinecone] › audio-player/audio-player.spec.ts took 31.6s
|
Slow Test:
[Pinecone] › composer/RTE.spec.ts#L1
[Pinecone] › composer/RTE.spec.ts took 30.3s
|
Slow Test:
[Pinecone] › crypto/device-verification.spec.ts#L1
[Pinecone] › crypto/device-verification.spec.ts took 22.2s
|
Slow Test:
[Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 2.6m
|
Slow Test:
[Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 57.5s
|
Slow Test:
[Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 57.4s
|
Slow Test:
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts took 39.2s
|
Slow Test:
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/editing-messages-in-threads.spec.ts took 38.1s
|
Slow Test:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.2s
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 54.3s
|
Slow Test:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 42.4s
|
Slow Test:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 37.9s
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.2s
|
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/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 51.6s
|
Slow Test:
[Chrome] › read-receipts/read-receipts.spec.ts#L1
[Chrome] › read-receipts/read-receipts.spec.ts took 46.2s
|
Slow Test:
[Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 30.8s
|
Slow Test:
[Chrome] › settings/encryption-user-tab/recovery.spec.ts#L1
[Chrome] › settings/encryption-user-tab/recovery.spec.ts took 29.5s
|
Slow Test:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.1m
|
Slow Test:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 1.3m
|
Slow Test:
[Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 1.1m
|
Slow Test:
[Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 51.3s
|
Slow Test:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 48.8s
|
Slow Test:
[WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.0m
|
Slow Test:
[WebKit] › read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/new-messages-in-threads.spec.ts took 1.3m
|
Slow Test:
[WebKit] › pinned-messages/pinned-messages.spec.ts#L1
[WebKit] › pinned-messages/pinned-messages.spec.ts took 1.2m
|
Slow Test:
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 51.2s
|
Slow Test:
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 50.4s
|
Slow Test:
[Firefox] › read-receipts/high-level.spec.ts#L1
[Firefox] › read-receipts/high-level.spec.ts took 3.3m
|
Slow Test:
[Firefox] › pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › pinned-messages/pinned-messages.spec.ts took 1.5m
|
Slow Test:
[Firefox] › read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › read-receipts/new-messages-in-threads.spec.ts took 1.5m
|
Slow Test:
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/new-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[Firefox] › read-receipts/editing-messages-main-timeline.spec.ts took 1.0m
|
Slow Test:
[WebKit] › messages/messages.spec.ts#L1
[WebKit] › messages/messages.spec.ts took 1.6m
|
Slow Test:
[WebKit] › crypto/event-shields.spec.ts#L1
[WebKit] › crypto/event-shields.spec.ts took 1.1m
|
Slow Test:
[WebKit] › crypto/crypto.spec.ts#L1
[WebKit] › crypto/crypto.spec.ts took 52.2s
|
Slow Test:
[WebKit] › crypto/decryption-failure-messages.spec.ts#L1
[WebKit] › crypto/decryption-failure-messages.spec.ts took 42.0s
|
Slow Test:
[WebKit] › accessibility/keyboard-navigation.spec.ts#L1
[WebKit] › accessibility/keyboard-navigation.spec.ts took 29.8s
|
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.8s
|
Slow Test:
[Firefox] › crypto/device-verification.spec.ts#L1
[Firefox] › crypto/device-verification.spec.ts took 45.1s
|
Slow Test:
[Firefox] › read-receipts/redactions-in-threads.spec.ts#L1
[Firefox] › read-receipts/redactions-in-threads.spec.ts took 2.5m
|
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.4s
|
Slow Test:
[WebKit] › spotlight/spotlight.spec.ts#L1
[WebKit] › spotlight/spotlight.spec.ts took 2.5m
|
Slow Test:
[WebKit] › login/login-consent.spec.ts#L1
[WebKit] › login/login-consent.spec.ts took 1.4m
|
Slow Test:
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[WebKit] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.1m
|
Slow Test:
[WebKit] › timeline/timeline.spec.ts#L1
[WebKit] › timeline/timeline.spec.ts took 1.0m
|
Slow Test:
[WebKit] › crypto/backups-mas.spec.ts#L1
[WebKit] › crypto/backups-mas.spec.ts took 45.0s
|
Slow Test:
[WebKit] › read-receipts/redactions-main-timeline.spec.ts#L1
[WebKit] › read-receipts/redactions-main-timeline.spec.ts took 1.4m
|
Slow Test:
[WebKit] › read-receipts/reactions-in-threads.spec.ts#L1
[WebKit] › read-receipts/reactions-in-threads.spec.ts took 1.1m
|
Slow Test:
[WebKit] › read-receipts/redactions-thread-roots.spec.ts#L1
[WebKit] › read-receipts/redactions-thread-roots.spec.ts took 40.5s
|
Slow Test:
[WebKit] › right-panel/right-panel.spec.ts#L1
[WebKit] › right-panel/right-panel.spec.ts took 36.1s
|
Slow Test:
[WebKit] › settings/account-user-settings-tab.spec.ts#L1
[WebKit] › settings/account-user-settings-tab.spec.ts took 29.3s
|
Slow Test:
[Firefox] › spotlight/spotlight.spec.ts#L1
[Firefox] › spotlight/spotlight.spec.ts took 2.8m
|
Slow Test:
[Firefox] › login/login-consent.spec.ts#L1
[Firefox] › login/login-consent.spec.ts took 1.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.7s
|
Slow Test:
[Firefox] › crypto/backups-mas.spec.ts#L1
[Firefox] › crypto/backups-mas.spec.ts took 42.4s
|
🎭 Playwright Run Summary
103 skipped
14 passed (1.1m)
|
🎭 Playwright Run Summary
103 skipped
14 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
[Pinecone] › settings/encryption-user-tab/recovery.spec.ts:84:9 › Recovery section in Encryption tab › should setup the recovery key @screenshot @no-webkit
63 skipped
53 passed (3.1m)
|
🎭 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
61 skipped
55 passed (3.2m)
|
🎭 Playwright Run Summary
63 skipped
52 passed (3.4m)
|
🎭 Playwright Run Summary
63 skipped
52 passed (3.4m)
|
🎭 Playwright Run Summary
33 skipped
89 passed (5.1m)
|
🎭 Playwright Run Summary
33 skipped
89 passed (5.2m)
|
🎭 Playwright Run Summary
44 skipped
73 passed (8.3m)
|
🎭 Playwright Run Summary
1 skipped
121 passed (9.0m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › read-receipts/redactions-main-timeline.spec.ts:142:17 › Read receipts › redactions › in the main timeline › Redacting one of the unread messages reduces the unread count @mergequeue
2 skipped
114 passed (9.1m)
|
🎭 Playwright Run Summary
2 skipped
113 passed (10.9m)
|
🎭 Playwright Run Summary
1 flaky
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
44 skipped
72 passed (10.8m)
|
🎭 Playwright Run Summary
44 skipped
73 passed (12.3m)
|
🎭 Playwright Run Summary
3 flaky
[WebKit] › composer/RTE.spec.ts:244:17 › Composer › Rich text editor › Drafts › drafts with rich and plain text
[WebKit] › composer/RTE.spec.ts:312:17 › Composer › Rich text editor › Drafts › draft in threads
[WebKit] › lazy-loading/lazy-loading.spec.ts:126:9 › Lazy Loading › should handle lazy loading properly even when offline
17 skipped
102 passed (12.3m)
|
🎭 Playwright Run Summary
11 skipped
111 passed (13.5m)
|
🎭 Playwright Run Summary
1 flaky
[Firefox] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
7 skipped
109 passed (14.9m)
|
🎭 Playwright Run Summary
1 failed
[WebKit] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
1 flaky
[WebKit] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
18 skipped
95 passed (14.3m)
|
🎭 Playwright Run Summary
2 failed
[WebKit] › read-receipts/read-receipts.spec.ts:276:9 › Read receipts › Should send the correct receipts @mergequeue
[WebKit] › room/room.spec.ts:56:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A
1 flaky
[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
11 skipped
103 passed (14.3m)
|
🎭 Playwright Run Summary
5 failed
[Firefox] › sliding-sync/sliding-sync.spec.ts:88:5 › Sliding Sync › should render the Rooms list in reverse chronological order by default and allowing sorting A-Z
[Firefox] › sliding-sync/sliding-sync.spec.ts:114:5 › Sliding Sync › should move rooms around as new events arrive
[Firefox] › sliding-sync/sliding-sync.spec.ts:137:5 › Sliding Sync › should not move the selected room: it should be sticky
[Firefox] › sliding-sync/sliding-sync.spec.ts:191:5 › Sliding Sync › should not show unread indicators
[Firefox] › sliding-sync/sliding-sync.spec.ts:365:5 › Sliding Sync › should send unsubscribe_rooms for every room switch
28 skipped
82 passed (16.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
Expired
|
782 KB |
|
all-blob-reports-Chrome-2
Expired
|
390 KB |
|
all-blob-reports-Chrome-3
Expired
|
4.11 MB |
|
all-blob-reports-Chrome-4
Expired
|
1.27 MB |
|
all-blob-reports-Dendrite-1
Expired
|
280 KB |
|
all-blob-reports-Dendrite-2
Expired
|
67.5 KB |
|
all-blob-reports-Dendrite-3
Expired
|
6.73 MB |
|
all-blob-reports-Dendrite-4
Expired
|
552 KB |
|
all-blob-reports-Firefox-1
Expired
|
751 KB |
|
all-blob-reports-Firefox-2
Expired
|
392 KB |
|
all-blob-reports-Firefox-3
Expired
|
10.9 MB |
|
all-blob-reports-Firefox-4
Expired
|
22.4 MB |
|
all-blob-reports-Pinecone-1
Expired
|
281 KB |
|
all-blob-reports-Pinecone-2
Expired
|
67.9 KB |
|
all-blob-reports-Pinecone-3
Expired
|
7.15 MB |
|
all-blob-reports-Pinecone-4
Expired
|
559 KB |
|
all-blob-reports-WebKit-1
Expired
|
16.6 MB |
|
all-blob-reports-WebKit-2
Expired
|
6.22 MB |
|
all-blob-reports-WebKit-3
Expired
|
25.1 MB |
|
all-blob-reports-WebKit-4
Expired
|
9.59 MB |
|
html-report
|
95.8 MB |
|
webapp
Expired
|
27.2 MB |
|