This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Let Element Call widget receive m.room.create (#12710) #10842
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts#L68
1) spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog ────────
Test timeout of 30000ms exceeded while running "beforeEach" hook.
66 | });
67 |
> 68 | test.beforeEach(async ({ page, homeserver, app, user }) => {
| ^
69 | bot1 = new Bot(page, homeserver, { displayName: bot1Name, autoAcceptInvites: true });
70 | bot2 = new Bot(page, homeserver, { displayName: bot2Name, autoAcceptInvites: true });
71 | const Visibility = await page.evaluate(() => (window as any).matrixcs.Visibility);
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts:68:10
|
matrix-react-sdk/playwright/element-web-test.ts#L230
1) spotlight/spotlight.spec.ts:326:9 › Spotlight › should allow opening group chat dialog ────────
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/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.5m
|
matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 1.0m
|
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 39.0s
|
matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 28.5s
|
matrix-react-sdk/toasts/analytics-toast.spec.ts#L1
matrix-react-sdk/toasts/analytics-toast.spec.ts took 24.0s
|
|
This job succeeded
Loading