Build & Test #69
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/read-receipts/index.ts#L560
1) [Chrome] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts:61:13 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read @mergequeue
Error: expect(locator).not.toBeVisible() failed
Locator: locator('.mx_ThreadPanel li').filter({ hasText: 'Root' }).locator('.mx_NotificationBadge')
Expected: not visible
Received: visible
Timeout: 5000ms
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for locator('.mx_ThreadPanel li').filter({ hasText: 'Root' }).locator('.mx_NotificationBadge')
9 × locator resolved to <div class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_level_notification mx_NotificationBadge_dot">…</div>
- unexpected value "visible"
at read-receipts/index.ts:560
558 | async assertReadThread(rootMessage: string) {
559 | const tile = await this.getThreadListTile(rootMessage);
> 560 | await expect(tile.locator(".mx_NotificationBadge")).not.toBeVisible();
| ^
561 | }
562 |
563 | /**
at Helpers.assertReadThread (/home/runner/work/element-web/element-web/apps/web/playwright/e2e/read-receipts/index.ts:560:65)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:89:17
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/read-receipts/redactions-in-threads.spec.ts:61:13 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read @mergequeue
3 skipped
161 passed (14.9m)
|
Loading