Make tsc faster again #3081
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/event-shields.spec.ts#L36
1) [Chrome] › crypto/event-shields.spec.ts:58:13 › Cryptography › event shields › should show the correct shield on e2e events
Test timeout of 30000ms exceeded while running "beforeEach" hook.
34 | let testRoomId: string;
35 |
> 36 | test.beforeEach(async ({ page, bot: bob, user: aliceCredentials, app }) => {
| ^
37 | await app.client.bootstrapCrossSigning(aliceCredentials);
38 | await autoJoin(bob);
39 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/event-shields.spec.ts:36:14
|
Run Playwright tests:
playwright/element-web-test.ts#L221
1) [Chrome] › crypto/event-shields.spec.ts:58:13 › Cryptography › event shields › should show the correct shield on e2e events
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at ../element-web-test.ts:221
219 |
220 | user: async ({ pageWithCredentials: page, credentials }, use) => {
> 221 | await page.goto("/");
| ^
222 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 });
223 | await use(credentials);
224 | },
at Object.user (/home/runner/work/element-web/element-web/playwright/element-web-test.ts:221:20)
|
Run Playwright tests:
[Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 39.9s
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 39.5s
|
Run Playwright tests:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 32.6s
|
Run Playwright tests:
[Chrome] › knock/manage-knocks.spec.ts#L1
[Chrome] › knock/manage-knocks.spec.ts took 30.3s
|
Run Playwright tests:
[Chrome] › integration-manager/send_event.spec.ts#L1
[Chrome] › integration-manager/send_event.spec.ts took 27.9s
|
Run Playwright tests
1 flaky
[Chrome] › crypto/event-shields.spec.ts:58:13 › Cryptography › event shields › should show the correct shield on e2e events
47 passed (8.0m)
|
Loading