This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #10779
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/redactions-thread-roots.spec.ts#L1
1) read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read
Test timeout of 30000ms exceeded while setting up "user".
|
matrix-react-sdk/playwright/element-web-test.ts#L229
1) read-receipts/redactions-thread-roots.spec.ts:200:17 › Read receipts › redactions › thread roots › Reading a reply to a redacted thread root makes the room read
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:229
227 | user: async ({ pageWithCredentials: page, credentials }, use) => {
228 | await page.goto("/");
> 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
230 | await use(credentials);
231 | },
232 |
at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
|
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.5m
|
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.5m
|
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/reactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-main-timeline.spec.ts took 59.5s
|
|
This job succeeded
Loading