This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
End to End Tests #11026
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/read-receipts.spec.ts#L92
1) read-receipts/read-receipts.spec.ts:229:9 › Read receipts › Recognises unread messages on a thread after receiving a unthreaded receipt for earlier ones
Test timeout of 30000ms exceeded while running "beforeEach" hook.
90 | };
91 |
> 92 | test.beforeEach(async ({ page, app, user, bot }) => {
| ^
93 | /*
94 | * Create 2 rooms:
95 | *
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/read-receipts.spec.ts:92:10
|
matrix-react-sdk/playwright/element-web-test.ts#L230
1) read-receipts/read-receipts.spec.ts:229:9 › Read receipts › Recognises unread messages on a thread after receiving a unthreaded receipt for earlier ones
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-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.3m
|
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/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.0m
|
|
The logs for this run have expired and are no longer available.
Loading