element-web-notify #8870
Annotations
3 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/ElementAppPage.ts#L172
1) [Chrome] › playwright/e2e/polls/pollHistory.spec.ts:79:9 › Poll history › Should display active and past polls
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Room info' }).first()
- locator resolved to <button tabindex="0" aria-label="Room info" class="mx_RoomHeader_infoWrapper">…</button>
- 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/ElementAppPage.ts:172
170 | */
171 | public async toggleRoomInfoPanel(): Promise<Locator> {
> 172 | await this.page.getByRole("button", { name: "Room info" }).first().click();
| ^
173 | return this.page.locator(".mx_RightPanel");
174 | }
175 |
at ElementAppPage.toggleRoomInfoPanel (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:172:76)
at openPollHistory (/home/runner/work/element-web/element-web/playwright/e2e/polls/pollHistory.spec.ts:63:19)
at /home/runner/work/element-web/element-web/playwright/e2e/polls/pollHistory.spec.ts:112:15
|
|
playwright/e2e/polls/pollHistory.spec.ts#L0
1) [Chrome] › playwright/e2e/polls/pollHistory.spec.ts:79:9 › Poll history › Should display active and past polls
Test timeout of 30000ms exceeded.
|
|
2 flaky
[Chrome] › playwright/e2e/polls/pollHistory.spec.ts:79:9 › Poll history › Should display active and past polls
[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
32 skipped
57 passed (8.5m)
|
The logs for this run have expired and are no longer available.
Loading