New memberlist #3648
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/widgets/layout.spec.ts#L33
1) [Chrome] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
Test timeout of 30000ms exceeded while running "beforeEach" hook.
31 | let roomId: string;
32 | let widgetUrl: string;
> 33 | test.beforeEach(async ({ webserver, app, user }) => {
| ^
34 | widgetUrl = webserver.start(WIDGET_HTML);
35 |
36 | roomId = await app.client.createRoom({ name: ROOM_NAME });
at /home/runner/work/element-web/element-web/playwright/e2e/widgets/layout.spec.ts:33:10
|
Run Playwright tests:
playwright/pages/ElementAppPage.ts#L96
1) [Chrome] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('tree', { name: 'Rooms' }).locator('[title="Test Room"],[aria-label="Test Room"]').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/widgets/layout.spec.ts:70:19
|
Run Playwright tests:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 2.7m
|
Run Playwright tests:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 41.9s
|
Run Playwright tests:
[Chrome] › user-onboarding/user-onboarding-new.spec.ts#L1
[Chrome] › user-onboarding/user-onboarding-new.spec.ts took 35.2s
|
Run Playwright tests:
[Chrome] › widgets/widget-pip-close.spec.ts#L1
[Chrome] › widgets/widget-pip-close.spec.ts took 21.7s
|
Run Playwright tests:
[Chrome] › widgets/stickers.spec.ts#L1
[Chrome] › widgets/stickers.spec.ts took 20.8s
|
Run Playwright tests
1 flaky
[Chrome] › widgets/layout.spec.ts:77:9 › Widget Layout › manually resize the height of the top container layout
2 skipped
44 passed (6.6m)
|
Loading