This repository was archived by the owner on Sep 11, 2024. It is now read-only.
De-duplicate icons using Compound Design Tokens #10939
Annotations
4 errors, 1 warning, and 1 notice
matrix-react-sdk/playwright/e2e/read-receipts/new-messages-in-threads.spec.ts#L1
1) read-receipts/new-messages-in-threads.spec.ts:24:17 › Read receipts › new messages › in threads › Receiving a message makes a room unread
Test timeout of 30000ms exceeded while setting up "user".
|
matrix-react-sdk/playwright/element-web-test.ts#L230
1) read-receipts/new-messages-in-threads.spec.ts:24:17 › Read receipts › new messages › in threads › Receiving a message makes a room unread
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/playwright/e2e/read-receipts/new-messages-main-timeline.spec.ts#L1
2) read-receipts/new-messages-main-timeline.spec.ts:24:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a room unread
Test timeout of 30000ms exceeded while setting up "user".
|
matrix-react-sdk/playwright/element-web-test.ts#L230
2) read-receipts/new-messages-main-timeline.spec.ts:24:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a room unread
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/new-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts took 54.8s
|
2 flaky
read-receipts/new-messages-in-threads.spec.ts:24:17 › Read receipts › new messages › in threads › Receiving a message makes a room unread
read-receipts/new-messages-main-timeline.spec.ts:24:17 › Read receipts › new messages › in the main timeline › Receiving a message makes a room unread
43 skipped
21 passed (3.4m)
|
The logs for this run have expired and are no longer available.
Loading