This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Test for lack of WebAssembly support (#12792) #10899
Annotations
3 errors, 5 warnings, and 1 notice
matrix-react-sdk/eval at evaluate (:226:30)#L1
1) read-receipts/redactions-in-threads.spec.ts:279:17 › Read receipts › redactions › in threads › Editing a redacted message leaves the thread read
Error: jsHandle.evaluate: TypeError: Cannot read properties of undefined (reading 'roomId')
at eval (eval at evaluate (:226:30), <anonymous>:1:14)
at UtilityScript.evaluate (<anonymous>:228:17)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:226:30), <anonymous>:1:14)
at UtilityScript.evaluate (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/<anonymous>:228:17)
at UtilityScript.<anonymous> (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/<anonymous>:1:44)
at Helpers.sendMessageAsClient (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:353:35)
at Helpers.receiveMessages (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:598:9)
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/redactions-in-threads.spec.ts:287:17
|
matrix-react-sdk/playwright/e2e/read-receipts/redactions-in-threads.spec.ts#L1
2) read-receipts/redactions-in-threads.spec.ts:418:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
Test timeout of 30000ms exceeded while setting up "user".
|
matrix-react-sdk/playwright/element-web-test.ts#L230
2) read-receipts/redactions-in-threads.spec.ts:418:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:230
228 | user: async ({ pageWithCredentials: page, credentials }, use) => {
229 | await page.goto("/");
> 230 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
231 | await use(credentials);
232 | },
233 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:230:20)
|
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.7m
|
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.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.1m
|
2 flaky
read-receipts/redactions-in-threads.spec.ts:279:17 › Read receipts › redactions › in threads › Editing a redacted message leaves the thread read
read-receipts/redactions-in-threads.spec.ts:418:17 › Read receipts › redactions › in threads › A thread with a redacted unread is still read after restart
3 skipped
66 passed (8.4m)
|
This job succeeded
Loading