End to End Tests #5563
Annotations
6 errors, 5 warnings, and 1 notice
playwright/e2e/read-receipts/index.ts#L473
1) [Firefox] › 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: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
2 × locator resolved to <span class="mx_NotificationBadge_count">46</span>
- unexpected value "46"
6 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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/e2e/read-receipts/new-messages-thread-roots.spec.ts#L1
1) [Firefox] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
playwright/e2e/read-receipts/index.ts#L473
1) [Firefox] › 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected)
Locator: getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
Expected string: "24"
Received string: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
7 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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/e2e/read-receipts/index.ts#L473
1) [Firefox] › 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
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
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: "23"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('treeitem', { name: /^Room Beta/ }).locator('.mx_NotificationBadge_count')
3 × locator resolved to <span class="mx_NotificationBadge_count">46</span>
- unexpected value "46"
5 × locator resolved to <span class="mx_NotificationBadge_count">23</span>
- unexpected value "23"
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/e2e/read-receipts/index.ts#L577
2) [Firefox] › playwright/e2e/read-receipts/high-level.spec.ts:304:13 › Read receipts › Paging up › After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read @mergequeue
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:577
575 | await this.page.reload();
576 | // Wait for the app to reload
> 577 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
578 | }
579 |
580 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:577:57)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/high-level.spec.ts:326:13
|
|
[Firefox] › playwright/e2e/pinned-messages/pinned-messages.spec.ts#L1
[Firefox] › playwright/e2e/pinned-messages/pinned-messages.spec.ts took 1.6m
|
[Firefox] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/new-messages-in-threads.spec.ts took 1.5m
|
[Firefox] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts took 1.1m
|
[Firefox] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
[Firefox] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts#L1
[Firefox] › playwright/e2e/read-receipts/editing-messages-in-threads.spec.ts took 1.0m
|
1 failed
[Firefox] › 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
1 flaky
[Firefox] › playwright/e2e/read-receipts/high-level.spec.ts:304:13 › Read receipts › Paging up › After marking room as read based on a thread message, opening threads view to find old threads that were never read leaves the room read @mergequeue
44 skipped
72 passed (15.2m)
|
The logs for this run have expired and are no longer available.
Loading