This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #10836
Annotations
1 error, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L589
1) read-receipts/redactions-in-threads.spec.ts:97:17 › Read receipts › redactions › in threads › Reading an unread thread after a redaction of the latest message makes it read 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:589
587 | await this.page.reload();
588 | // Wait for the app to reload
> 589 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
590 | }
591 |
592 | /**
at Helpers.saveAndReload (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:589:57)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:124:17
|
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.8m
|
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.6m
|
matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.4m
|
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.2m
|
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 1.1m
|
|
This job succeeded
Loading