This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Update dependency @vector-im/compound-web to v5.4.0 (#12773) #10770
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/spotlight/spotlight.spec.ts#L68
1) spotlight/spotlight.spec.ts:139:9 › Spotlight › should find known public rooms ────────────────
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#L229
1) spotlight/spotlight.spec.ts:139:9 › Spotlight › should find known public rooms ────────────────
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/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.7m
|
matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 55.7s
|
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 39.6s
|
matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 27.4s
|
matrix-react-sdk/toasts/analytics-toast.spec.ts#L1
matrix-react-sdk/toasts/analytics-toast.spec.ts took 24.4s
|
|
The logs for this run have expired and are no longer available.
Loading