Migrate to React 18 createRoot API #1800
Annotations
6 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ──
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
1) read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ──
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
Run Playwright tests:
playwright/e2e/read-receipts/read-receipts.spec.ts#L304
1) read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "%24nPoaKCNG8kr3xoVrHJOWcG2Mo0jTw9ERgB_C2PL8_yU"
Received string: "http://localhost:39649/_matrix/client/v3/rooms/!EqZechnOrwnRGttKAn%3Alocalhost/receipt/m.read/%24Ma_5TBORItewRBKn5lMIl6AYjOZaRjJiXorEch-p5bs"
302 | const receiptRequest = await receiptRequestPromise;
303 | // assert the read receipt for the last message in the room
> 304 | expect(receiptRequest.url()).toContain(uriEncodedLastMessageId);
| ^
305 | expect(receiptRequest.postDataJSON()).toEqual({
306 | thread_id: "main",
307 | });
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:304:38
|
Run Playwright tests:
playwright/e2e/read-receipts/read-receipts.spec.ts#L1
1) read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/read-receipts/read-receipts.spec.ts#L310
1) read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForRequest: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for request /http:\/\/localhost:\d+\/_matrix\/client\/v3\/room…/
============================================================
308 |
309 | // the following code tests the fully read marker somewhere in the middle of the room
> 310 | const readMarkersRequestPromise = page.waitForRequest(
| ^
311 | new RegExp(`http://localhost:\\d+/_matrix/client/v3/rooms/${uriEncodedOtherRoomId}/read_markers`),
312 | );
313 |
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/read-receipts.spec.ts:310:48
|
Run Playwright tests
Process completed with exit code 1.
|
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.2m
|
Run Playwright tests:
read-receipts/new-messages-main-timeline.spec.ts#L1
read-receipts/new-messages-main-timeline.spec.ts took 1.5m
|
Run Playwright tests:
read-receipts/reactions-in-threads.spec.ts#L1
read-receipts/reactions-in-threads.spec.ts took 1.1m
|
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 failed
read-receipts/read-receipts.spec.ts:279:9 › Read receipts › Should send the correct receipts ───
14 skipped
61 passed (11.8m)
|
Loading