Distinguish room state and timeline events when dealing with widgets #4398
Annotations
1 error, 2 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/login/login-consent.spec.ts#L142
1) [Chrome] › login/login-consent.spec.ts:119:13 › Login › Password login › Loads the welcome page by default; then logs in with an existing account and lands on the home screen
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.mx_Spinner')
Expected: 0
Received: 1
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.mx_Spinner')
9 × locator resolved to 1 element
- unexpected value "1"
140 | await page.getByRole("button", { name: "Continue", exact: true }).click();
141 | await expect(page.locator(".mx_ServerPickerDialog")).toHaveCount(0);
> 142 | await expect(page.locator(".mx_Spinner")).toHaveCount(0);
| ^
143 | // name of default server
144 | await expect(page.locator(".mx_ServerPicker_server")).toHaveText("server.invalid");
145 |
at /home/runner/work/element-web/element-web/playwright/e2e/login/login-consent.spec.ts:142:55
|
Run Playwright tests:
[Chrome] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 38.7s
|
Run Playwright tests:
[Chrome] › app-loading/guest-registration.spec.ts#L1
[Chrome] › app-loading/guest-registration.spec.ts took 19.3s
|
Run Playwright tests
1 flaky
[Chrome] › login/login-consent.spec.ts:119:13 › Login › Password login › Loads the welcome page by default; then logs in with an existing account and lands on the home screen
40 passed (5.4m)
|
Loading