This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
[create-pull-request] automated change (#12799) #10928
Annotations
4 errors, 5 warnings, and 1 notice
matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L25
1) settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:78:17 › Appearance user settings tab › Theme Choice Panel › custom theme › should be able to add and remove a custom theme
Test timeout of 30000ms exceeded while running "beforeEach" hook.
23 |
24 | test.describe("Theme Choice Panel", () => {
> 25 | test.beforeEach(async ({ app, user, util }) => {
| ^
26 | // Disable the default theme for consistency in case ThemeWatcher automatically chooses it
27 | await util.disableSystemTheme();
28 | await util.openAppearanceTab();
at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:25:14
|
matrix-react-sdk/playwright/element-web-test.ts#L230
1) settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:78:17 › Appearance user settings tab › Theme Choice Panel › custom theme › should be able to add and remove a custom theme
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/spaces/spaces.spec.ts#L1
2) spaces/spaces.spec.ts:191:9 › Spaces › should show space invites at the top of the space panel
Test timeout of 30000ms exceeded while setting up "user".
|
matrix-react-sdk/playwright/element-web-test.ts#L230
2) spaces/spaces.spec.ts:191:9 › Spaces › should show space invites at the top of the space panel
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.8m
|
matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 1.5m
|
matrix-react-sdk/room/room-header.spec.ts#L1
matrix-react-sdk/room/room-header.spec.ts took 1.4m
|
matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 41.7s
|
matrix-react-sdk/sliding-sync/sliding-sync.spec.ts#L1
matrix-react-sdk/sliding-sync/sliding-sync.spec.ts took 37.5s
|
2 flaky
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:78:17 › Appearance user settings tab › Theme Choice Panel › custom theme › should be able to add and remove a custom theme
spaces/spaces.spec.ts:191:9 › Spaces › should show space invites at the top of the space panel ─
9 skipped
65 passed (6.6m)
|
This job succeeded
Loading