This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Stop the ongoing ring if another device joins the call session. (#12866) #11414
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts#L26
1) sliding-sync/sliding-sync.spec.ts:186:9 › Sliding Sync › should update user settings promptly ─
Test timeout of 30000ms exceeded while running "beforeEach" hook.
24 | let roomId: string;
25 |
> 26 | test.beforeEach(async ({ slidingSyncProxy, page, user, app }) => {
| ^
27 | roomId = await app.client.createRoom({ name: "Test Room" });
28 | });
29 |
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/sliding-sync/sliding-sync.spec.ts:26:10
|
matrix-react-sdk/playwright/element-web-test.ts#L289
1) sliding-sync/sliding-sync.spec.ts:186:9 › Sliding Sync › should update user settings promptly ─
Error: page.waitForSelector: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_MatrixChat') to be visible
at ../element-web-test.ts:289
287 | }, proxyAddress);
288 | await page.goto("/");
> 289 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
| ^
290 | await use(proxyInstance);
291 | await proxy.stop();
292 | },
at Object.slidingSyncProxy (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:289:20)
|
matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 59.6s
|
matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 54.0s
|
matrix-react-sdk/settings/account-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/account-user-settings-tab.spec.ts took 41.3s
|
matrix-react-sdk/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 38.0s
|
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
matrix-react-sdk/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 33.9s
|
|
This job succeeded
Loading