End to End Tests #4924
Annotations
1 error, 4 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L488
1) [Chrome] › read-receipts/new-messages-main-timeline.spec.ts:53:17 › 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:488
486 | // https://playwright.dev/docs/test-assertions#expectpoll
487 | // .toBeLessThan doesn't have a retry mechanism, so we use .poll
> 488 | await expect
| ^
489 | .poll(async () => {
490 | return parseInt(await tile.locator(".mx_NotificationBadge_count").textContent(), 10);
491 | })
at Helpers.assertUnreadLessThan (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:488:9)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:68:17
|
Run Playwright tests:
[Chrome] › read-receipts/high-level.spec.ts#L1
[Chrome] › read-receipts/high-level.spec.ts took 2.7m
|
Run Playwright tests:
[Chrome] › read-receipts/new-messages-in-threads.spec.ts#L1
[Chrome] › read-receipts/new-messages-in-threads.spec.ts took 59.7s
|
Run Playwright tests:
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/editing-messages-thread-roots.spec.ts took 43.3s
|
Run Playwright tests:
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts#L1
[Chrome] › read-receipts/new-messages-thread-roots.spec.ts took 29.3s
|
Run Playwright tests
1 flaky
[Chrome] › read-receipts/new-messages-main-timeline.spec.ts:53:17 › Read receipts › new messages › in the main timeline › Reading an older message leaves the room unread @mergequeue
43 skipped
38 passed (6.1m)
|
Loading