Fix flaky playwright tests (#28975) #4078
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/read-receipts.spec.ts#L154
1) [Chrome] › read-receipts/read-receipts.spec.ts:137:9 › Read receipts › Recognises unread messages on main thread after receiving a receipt for earlier ones @mergequeue
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('Other Room 1 unread message.')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('Other Room 1 unread message.')
152 |
153 | // Then the room has only one unread
> 154 | await expect(page.getByLabel(`${otherRoomName} 1 unread message.`)).toBeVisible();
| ^
155 | });
156 |
157 | test("Considers room read if there is only a main thread and we have a main receipt", async ({
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:154:77
|
Run Playwright tests:
[Chrome] › read-receipts/redactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/redactions-in-threads.spec.ts took 1.5m
|
Run Playwright tests:
[Chrome] › read-receipts/redactions-main-timeline.spec.ts#L1
[Chrome] › read-receipts/redactions-main-timeline.spec.ts took 1.1m
|
Run Playwright tests:
[Chrome] › read-receipts/reactions-in-threads.spec.ts#L1
[Chrome] › read-receipts/reactions-in-threads.spec.ts took 54.1s
|
Run Playwright tests:
[Chrome] › read-receipts/redactions-thread-roots.spec.ts#L1
[Chrome] › read-receipts/redactions-thread-roots.spec.ts took 30.7s
|
Run Playwright tests:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 24.2s
|
Run Playwright tests
1 flaky
[Chrome] › read-receipts/read-receipts.spec.ts:137:9 › Read receipts › Recognises unread messages on main thread after receiving a receipt for earlier ones @mergequeue
2 skipped
74 passed (6.9m)
|
Loading