Build & Test #1282
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/read-receipts/index.ts#L493
1) [Chrome] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:53:13 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
Error: expect(received).toBeLessThan(expected)
Expected: < 30
Received: 30
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
at read-receipts/index.ts:493
491 | // https://playwright.dev/docs/test-assertions#expectpoll
492 | // .toBeLessThan doesn't have a retry mechanism, so we use .poll
> 493 | await expect
| ^
494 | .poll(async () => {
495 | return this.unreadCountForRoomTile(tile);
496 | })
at Helpers.assertUnreadLessThan (/home/runner/work/element-web/element-web/apps/web/playwright/e2e/read-receipts/index.ts:493:9)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:68:17
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:53:13 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
33 skipped
123 passed (13.4m)
|
Loading