This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Let Element Call widget receive m.room.create (#12710) #10842
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/reactions-in-threads.spec.ts#L1
1) read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread
Test timeout of 30000ms exceeded.
|
matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L531
1) read-receipts/reactions-in-threads.spec.ts:24:17 › Read receipts › reactions › in threads › A reaction to a threaded message does not make the room unread
Error: page.waitForTimeout: Test timeout of 30000ms exceeded.
at read-receipts/index.ts:531
529 | // If we've just entered the room, the threads panel takes a while to decide
530 | // whether it's open or not - wait here to give it a chance to settle.
> 531 | await this.page.waitForTimeout(200);
| ^
532 |
533 | const ariaCurrent = await this.page.getByTestId("threadsButton").getAttribute("aria-current");
534 | if (ariaCurrent !== "true") {
at Helpers.openThreadList (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:531:25)
at Helpers.getThreadListTile (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:557:20)
at Helpers.assertReadThread (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:566:33)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/reactions-in-threads.spec.ts:46:28
|
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.7m
|
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/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.5m
|
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.3m
|
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 1.2m
|
|
The logs for this run have expired and are no longer available.
Loading