End to End Tests #2500
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/room-directory/room-directory.spec.ts#L31
1) 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 1.0m
|
Run Playwright tests:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 49.5s
|
Run Playwright tests:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 42.9s
|
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 35.6s
|
Run Playwright tests
1 flaky
room-directory/room-directory.spec.ts:18:9 › Room Directory › should allow admin to add alias & publish room to directory
9 skipped
64 passed (9.9m)
|
Loading