End to End Tests #3979
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
1) [WebKit] › pinned-messages/pinned-messages.spec.ts:112:9 › Pinned messages › should display 2 messages in the banner @screenshot
Test timeout of 30000ms exceeded while setting up "room1".
|
Run Playwright tests:
playwright/pages/client.ts#L181
1) [WebKit] › pinned-messages/pinned-messages.spec.ts:112:9 › Pinned messages › should display 2 messages in the banner @screenshot
Error: jsHandle.evaluate: Test timeout of 30000ms exceeded.
at ../pages/client.ts:181
179 | public async createRoom(options: ICreateRoomOpts): Promise<string> {
180 | const client = await this.prepareClient();
> 181 | return await client.evaluate(async (cli, options) => {
| ^
182 | const roomPromise = new Promise<void>((resolve) => {
183 | const onRoom = (room: Room) => {
184 | if (room.roomId === roomId) {
at Client.createRoom (/home/runner/work/element-web/element-web/playwright/pages/client.ts:181:29)
at Object.room1 (/home/runner/work/element-web/element-web/playwright/e2e/pinned-messages/index.ts:31:24)
|
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L473
2) [WebKit] › read-receipts/new-messages-thread-roots.spec.ts:35: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:58:28
|
Run Playwright tests:
[WebKit] › read-receipts/high-level.spec.ts#L1
[WebKit] › read-receipts/high-level.spec.ts took 3.0m
|
Run Playwright tests:
[WebKit] › read-receipts/new-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/new-messages-in-threads.spec.ts took 1.3m
|
Run Playwright tests:
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/new-messages-main-timeline.spec.ts took 54.1s
|
Run Playwright tests:
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts#L1
[WebKit] › read-receipts/editing-messages-in-threads.spec.ts took 52.7s
|
Run Playwright tests:
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts#L1
[WebKit] › read-receipts/editing-messages-main-timeline.spec.ts took 50.8s
|
Run Playwright tests
2 flaky
[WebKit] › pinned-messages/pinned-messages.spec.ts:112:9 › Pinned messages › should display 2 messages in the banner @screenshot
[WebKit] › read-receipts/new-messages-thread-roots.spec.ts:35:17 › Read receipts › new messages › thread roots › Reading a thread root within the thread view marks it as read in the main timeline @mergequeue
44 skipped
71 passed (11.8m)
|
Loading