End to End Tests #8982
Annotations
2 errors and 1 notice
|
playwright/e2e/read-receipts/index.ts#L473
2) [Chrome] › playwright/e2e/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: "24"
Received string: "61"
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">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
|
|
playwright/pages/client.ts#L130
1) [Chrome] › playwright/e2e/read-receipts/high-level.spec.ts:115:13 › Read receipts › Paging up › Paging up through old messages of an unread room leaves the room unread @mergequeue
Error: jsHandle.evaluate: Cannot serialize result: object reference chain is too long.
at ../pages/client.ts:130
128 |
129 | const client = await this.prepareClient();
> 130 | return client.evaluate(
| ^
131 | (client, { roomId, content, threadId }) => {
132 | return client.sendMessage(roomId, threadId, content as RoomMessageEventContent);
133 | },
at Bot.sendMessage (/home/runner/work/element-web/element-web/playwright/pages/client.ts:130: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:586:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:123:13
|
|
2 flaky
[Chrome] › playwright/e2e/read-receipts/high-level.spec.ts:115:13 › Read receipts › Paging up › Paging up through old messages of an unread room leaves the room unread @mergequeue
[Chrome] › playwright/e2e/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
33 skipped
107 passed (11.0m)
|
The logs for this run have expired and are no longer available.
Loading