Fix markdown escaping wrongly passing html through #2089
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/register/email.spec.ts#L47
1) register/email.spec.ts:41:9 › Email Registration › registers an account and lands on the use case selection screen
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('textbox', { name: 'Username' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('textbox', { name: 'Username' })
45 | checkA11y,
46 | }) => {
> 47 | await expect(page.getByRole("textbox", { name: "Username" })).toBeVisible();
| ^
48 | // Hide the server text as it contains the randomly allocated Homeserver port
49 | const screenshotOptions = { mask: [page.locator(".mx_ServerPicker_server")] };
50 |
at /home/runner/work/element-web/element-web/playwright/e2e/register/email.spec.ts:47:71
|
Run Playwright tests:
read-receipts/redactions-thread-roots.spec.ts#L1
read-receipts/redactions-thread-roots.spec.ts took 1.1m
|
Run Playwright tests:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 58.7s
|
Run Playwright tests:
right-panel/right-panel.spec.ts#L1
right-panel/right-panel.spec.ts took 55.6s
|
Run Playwright tests:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 46.6s
|
Run Playwright tests:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 40.8s
|
Run Playwright tests
1 flaky
register/email.spec.ts:41:9 › Email Registration › registers an account and lands on the use case selection screen
10 skipped
70 passed (9.9m)
|
Loading