Implement new memberlist design with MVVM architecture #3919
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/knock/create-knock-room.spec.ts#L82
1) [Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first()
Expected string: "Cybersecurity"
Received string: "TTestRoom!trgUVkNqaUoxeARhSb:localhost2 Members↵Join"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('[role=dialog][aria-label="Search Dialog"]').locator('.mx_SpotlightDialog_section.mx_SpotlightDialog_results .mx_SpotlightDialog_option').first()
6 × locator resolved to <li tabindex="-1" role="option" aria-selected="true" id="mx_SpotlightDialog_button_result_!trgUVkNqaUoxeARhSb:localhost" aria-labelledby="mx_SpotlightDialog_button_result_!trgUVkNqaUoxeARhSb:localhost_name" aria-details="mx_SpotlightDialog_button_result_!trgUVkNqaUoxeARhSb:localhost_details" aria-describedby="mx_SpotlightDialog_button_result_!trgUVkNqaUoxeARhSb:localhost_alias" class="mx_AccessibleButton mx_SpotlightDialog_result_multiline mx_SpotlightDialog_option">…</li>
- unexpected value "TTestRoom!trgUVkNqaUoxeARhSb:localhost2 Members↵Join"
80 | const spotlightDialog = await app.openSpotlight();
81 | await spotlightDialog.filter(Filter.PublicRooms);
> 82 | await expect(spotlightDialog.results.nth(0)).toContainText("Cybersecurity");
| ^
83 | });
84 | });
85 |
at /home/runner/work/element-web/element-web/playwright/e2e/knock/create-knock-room.spec.ts:82:54
|
Run Playwright tests:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.5s
|
Run Playwright tests:
[Chrome] › crypto/invisible-crypto.spec.ts#L1
[Chrome] › crypto/invisible-crypto.spec.ts took 23.2s
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 18.8s
|
Run Playwright tests:
[Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 18.5s
|
Run Playwright tests:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 16.0s
|
Run Playwright tests
1 flaky
[Chrome] › knock/create-knock-room.spec.ts:61:9 › Create Knock Room › should create a public knock room
1 skipped
64 passed (4.7m)
|
Loading