Distinguish room state and timeline events when dealing with widgets #3307
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/integration-manager/kick.spec.ts#L91
1) [Chrome] › integration-manager/kick.spec.ts:157:9 › Integration Manager: Kick › should kick the target
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Alice removed Bob: Goodbye')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Alice removed Bob: Goodbye')
89 |
90 | // Check for the event message (or lack thereof)
> 91 | await expect(page.getByText(`${USER_DISPLAY_NAME} removed ${BOT_DISPLAY_NAME}: ${KICK_REASON}`)).toBeVisible({
| ^
92 | visible: shouldExist,
93 | });
94 | }
at expectKickedMessage (/home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:91:102)
at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:165:9
|
Run Playwright tests:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.4m
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 37.4s
|
Run Playwright tests:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 30.8s
|
Run Playwright tests:
[Chrome] › knock/manage-knocks.spec.ts#L1
[Chrome] › knock/manage-knocks.spec.ts took 28.5s
|
Run Playwright tests:
[Chrome] › integration-manager/send_event.spec.ts#L1
[Chrome] › integration-manager/send_event.spec.ts took 26.0s
|
Run Playwright tests
1 flaky
[Chrome] › integration-manager/kick.spec.ts:157:9 › Integration Manager: Kick › should kick the target
47 passed (7.5m)
|
Loading