Update dependency @matrix-org/react-sdk-module-api to v2.5.0 #2418
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/register/email.spec.ts#L37
1) register/email.spec.ts:41:9 › Email Registration › registers an account and lands on the use case selection screen
Test timeout of 30000ms exceeded while running "beforeEach" hook.
35 | });
36 |
> 37 | test.beforeEach(async ({ page }) => {
| ^
38 | await page.goto("/#/register");
39 | });
40 |
at /home/runner/work/element-web/element-web/playwright/e2e/register/email.spec.ts:37:10
|
Run Playwright tests:
playwright/e2e/room-directory/room-directory.spec.ts#L31
2) room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory
Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#gaming:localhost')
Expected string: "mx_EditableItem_item"
Received: <element(s) not found>
Call log:
- expect.toHaveClass with timeout 5000ms
- waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#gaming:localhost')
29 | await localAddresses.getByRole("textbox").fill("gaming");
30 | await localAddresses.getByRole("button", { name: "Add" }).click();
> 31 | await expect(localAddresses.getByText("#gaming:localhost")).toHaveClass("mx_EditableItem_item");
| ^
32 |
33 | // Publish into the public rooms directory
34 | const publishedAddresses = page.locator(".mx_SettingsFieldset", { hasText: "Published Addresses" });
at /home/runner/work/element-web/element-web/playwright/e2e/room-directory/room-directory.spec.ts:31:69
|
Run Playwright tests:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 1.1m
|
Run Playwright tests:
right-panel/right-panel.spec.ts#L1
right-panel/right-panel.spec.ts took 59.5s
|
Run Playwright tests:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 47.9s
|
Run Playwright tests:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 41.5s
|
Run Playwright tests:
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 34.3s
|
Run Playwright tests
2 flaky
register/email.spec.ts:41:9 › Email Registration › registers an account and lands on the use case selection screen
room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory
9 skipped
63 passed (10.2m)
|
Loading