Enable previously disabled Playwright tests #4043
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/integration-manager/kick.spec.ts#L92
1) [Chrome] › integration-manager/kick.spec.ts:158: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')
90 |
91 | // Check for the event message (or lack thereof)
> 92 | await expect(page.getByText(`${USER_DISPLAY_NAME} removed ${BOT_DISPLAY_NAME}: ${KICK_REASON}`)).toBeVisible({
| ^
93 | visible: shouldExist,
94 | });
95 | }
at expectKickedMessage (/home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:92:102)
at /home/runner/work/element-web/element-web/playwright/e2e/integration-manager/kick.spec.ts:166:9
|
Run Playwright tests:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.3s
|
Run Playwright tests:
[Chrome] › crypto/invisible-crypto.spec.ts#L1
[Chrome] › crypto/invisible-crypto.spec.ts took 22.4s
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 18.9s
|
Run Playwright tests:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 15.9s
|
Run Playwright tests:
[Chrome] › lazy-loading/lazy-loading.spec.ts#L1
[Chrome] › lazy-loading/lazy-loading.spec.ts took 15.0s
|
Run Playwright tests
1 flaky
[Chrome] › integration-manager/kick.spec.ts:158:9 › Integration Manager: Kick › should kick the target
1 skipped
64 passed (4.7m)
|
Loading