This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
upstream-sdk-notify #11003
Annotations
2 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/right-panel/right-panel.spec.ts#L43
1) right-panel/right-panel.spec.ts:94:13 › RightPanel › in rooms › should handle viewing room settings
Test timeout of 30000ms exceeded while running "beforeEach" hook.
41 | });
42 |
> 43 | test.beforeEach(async ({ app, user }) => {
| ^
44 | await app.client.createRoom({ name: ROOM_NAME });
45 | await app.client.createSpace({ name: SPACE_NAME });
46 | });
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/right-panel/right-panel.spec.ts:43:10
|
matrix-react-sdk/playwright/element-web-test.ts#L230
1) right-panel/right-panel.spec.ts:94:13 › RightPanel › in rooms › should handle viewing room settings
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/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.7m
|
matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.4m
|
matrix-react-sdk/right-panel/file-panel.spec.ts#L1
matrix-react-sdk/right-panel/file-panel.spec.ts took 53.7s
|
matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 53.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 43.7s
|
|
This job succeeded
Loading