Implement new memberlist design with MVVM architecture #3715
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/integration-manager/kick.spec.ts#L128
1) [Chrome] › integration-manager/kick.spec.ts:169:9 › Integration Manager: Kick › should not kick the target if lacking permissions
Test timeout of 30000ms exceeded while running "beforeEach" hook.
126 | });
127 |
> 128 | test.beforeEach(async ({ page, user, app, room }) => {
| ^
129 | await app.client.setAccountData("m.widgets", {
130 | "m.integration_manager": {
131 | content: {
at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:128:10
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L96
1) [Chrome] › integration-manager/kick.spec.ts:169:9 › Integration Manager: Kick › should not kick the target if lacking permissions
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Integration Manager Test"],[aria-label="Integration Manager Test"]').first()
at ../pages/ElementAppPage.ts:96
94 | .locator(`[title="${name}"],[aria-label="${name}"]`)
95 | .first()
> 96 | .click();
| ^
97 | }
98 |
99 | public async viewRoomById(roomId: string): Promise<void> {
at ElementAppPage.viewRoomByName (/home/runner/work/element-web/element-web/playwright/pages/ElementAppPage.ts:96:14)
at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:155:19
|
Run Playwright tests:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 50.9s
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 37.0s
|
Run Playwright tests:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 30.0s
|
Run Playwright tests:
[Chrome] › knock/manage-knocks.spec.ts#L1
[Chrome] › knock/manage-knocks.spec.ts took 28.4s
|
Run Playwright tests
1 flaky
[Chrome] › integration-manager/kick.spec.ts:169:9 › Integration Manager: Kick › should not kick the target if lacking permissions
51 passed (8.1m)
|
Loading