Move navigator message listener registration to be synchronously atta… #2114
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L573
1) read-receipts/new-messages-main-timeline.spec.ts:100:17 › Read receipts › new messages › in the main timeline › A room with a new message is still unread after restart
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:573
571 | await this.page.reload();
572 | // Wait for the app to reload
> 573 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
574 | }
575 |
576 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:573:57)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts:113:17
|
Run Playwright tests:
read-receipts/redactions-in-threads.spec.ts#L1
read-receipts/redactions-in-threads.spec.ts took 2.8m
|
Run Playwright tests:
read-receipts/redactions-main-timeline.spec.ts#L1
read-receipts/redactions-main-timeline.spec.ts took 2.1m
|
Run Playwright tests:
read-receipts/read-receipts.spec.ts#L1
read-receipts/read-receipts.spec.ts took 1.2m
|
Run Playwright tests:
read-receipts/reactions-in-threads.spec.ts#L1
read-receipts/reactions-in-threads.spec.ts took 1.0m
|
Run Playwright tests:
read-receipts/new-messages-thread-roots.spec.ts#L1
read-receipts/new-messages-thread-roots.spec.ts took 46.5s
|
Run Playwright tests
1 flaky
read-receipts/new-messages-main-timeline.spec.ts:100:17 › Read receipts › new messages › in the main timeline › A room with a new message is still unread after restart
14 skipped
61 passed (10.9m)
|
Loading