Update typescript-eslint monorepo to v8 (major) #1673
Annotations
4 errors, 30 warnings, and 6 notices
crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code:
playwright/e2e/crypto/crypto.spec.ts#L120
1) crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys')
118 | if (!isDeviceVerified) {
119 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title");
> 120 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible();
| ^
121 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible();
122 | }
123 |
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:120:79
|
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L1
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Test timeout of 90000ms exceeded.
|
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L23
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Error: page.waitForRequest: Test timeout of 90000ms exceeded.
21 | test("can register the oauth2 client and an account", async ({ context, page, homeserver, mailhog, mas }) => {
22 | const tokenUri = `http://localhost:${mas.port}/oauth2/token`;
> 23 | const tokenApiPromise = page.waitForRequest(
| ^
24 | (request) => request.url() === tokenUri && request.postDataJSON()["grant_type"] === "authorization_code",
25 | );
26 |
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:23:38
|
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account:
playwright/e2e/oidc/oidc-native.spec.ts#L28
1) oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ───
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
26 |
27 | await page.goto("/#/login");
> 28 | await page.getByRole("button", { name: "Continue" }).click();
| ^
29 | await registerAccountMas(page, mailhog.api, "alice", "[email protected]", "Pa$sW0rD!");
30 |
31 | // Eventually, we should end up at the home screen.
at /home/runner/work/element-web/element-web/playwright/e2e/oidc/oidc-native.spec.ts:28:62
|
Slow Test:
read-receipts/high-level.spec.ts#L1
read-receipts/high-level.spec.ts took 3.3m
|
Slow Test:
read-receipts/new-messages-in-threads.spec.ts#L1
read-receipts/new-messages-in-threads.spec.ts took 1.7m
|
Slow Test:
read-receipts/editing-messages-in-threads.spec.ts#L1
read-receipts/editing-messages-in-threads.spec.ts took 1.3m
|
Slow Test:
read-receipts/editing-messages-main-timeline.spec.ts#L1
read-receipts/editing-messages-main-timeline.spec.ts took 1.1m
|
Slow Test:
read-receipts/editing-messages-thread-roots.spec.ts#L1
read-receipts/editing-messages-thread-roots.spec.ts took 56.9s
|
Slow Test:
read-receipts/redactions-in-threads.spec.ts#L1
read-receipts/redactions-in-threads.spec.ts took 2.7m
|
Slow Test:
read-receipts/redactions-main-timeline.spec.ts#L1
read-receipts/redactions-main-timeline.spec.ts took 1.9m
|
Slow Test:
read-receipts/new-messages-main-timeline.spec.ts#L1
read-receipts/new-messages-main-timeline.spec.ts took 1.4m
|
Slow Test:
read-receipts/read-receipts.spec.ts#L1
read-receipts/read-receipts.spec.ts took 1.1m
|
Slow Test:
read-receipts/reactions-in-threads.spec.ts#L1
read-receipts/reactions-in-threads.spec.ts took 57.7s
|
Slow Test:
read-receipts/redactions-thread-roots.spec.ts#L1
read-receipts/redactions-thread-roots.spec.ts took 1.1m
|
Slow Test:
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 1.1m
|
Slow Test:
right-panel/right-panel.spec.ts#L1
right-panel/right-panel.spec.ts took 59.7s
|
Slow Test:
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 48.1s
|
Slow Test:
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 41.9s
|
Slow Test:
timeline/timeline.spec.ts#L1
timeline/timeline.spec.ts took 3.0m
|
Slow Test:
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 2.2m
|
Slow Test:
spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.8m
|
Slow Test:
threads/threads.spec.ts#L1
threads/threads.spec.ts took 39.5s
|
Slow Test:
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 32.7s
|
Slow Test:
audio-player/audio-player.spec.ts#L1
audio-player/audio-player.spec.ts took 1.2m
|
Slow Test:
composer/RTE.spec.ts#L1
composer/RTE.spec.ts took 1.1m
|
Slow Test:
crypto/event-shields.spec.ts#L1
crypto/event-shields.spec.ts took 1.0m
|
Slow Test:
crypto/decryption-failure-messages.spec.ts#L1
crypto/decryption-failure-messages.spec.ts took 58.9s
|
Slow Test:
crypto/device-verification.spec.ts#L1
crypto/device-verification.spec.ts took 44.6s
|
Slow Test:
messages/messages.spec.ts#L1
messages/messages.spec.ts took 2.5m
|
Slow Test:
pinned-messages/pinned-messages.spec.ts#L1
pinned-messages/pinned-messages.spec.ts took 1.8m
|
Slow Test:
login/login.spec.ts#L1
login/login.spec.ts took 1.0m
|
Slow Test:
knock/knock-into-room.spec.ts#L1
knock/knock-into-room.spec.ts took 41.9s
|
Slow Test:
integration-manager/read_events.spec.ts#L1
integration-manager/read_events.spec.ts took 39.8s
|
🎭 Playwright Run Summary
32 skipped
42 passed (8.7m)
|
🎭 Playwright Run Summary
14 skipped
62 passed (10.0m)
|
🎭 Playwright Run Summary
10 skipped
71 passed (10.3m)
|
🎭 Playwright Run Summary
4 skipped
67 passed (10.4m)
|
🎭 Playwright Run Summary
1 flaky
crypto/crypto.spec.ts:97:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code
1 skipped
76 passed (11.4m)
|
🎭 Playwright Run Summary
1 flaky
oidc/oidc-native.spec.ts:21:9 › OIDC Native › can register the oauth2 client and an account ────
1 skipped
77 passed (13.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-1
Expired
|
3.51 MB |
|
all-blob-reports-2
Expired
|
4.56 MB |
|
all-blob-reports-3
Expired
|
271 KB |
|
all-blob-reports-4
Expired
|
331 KB |
|
all-blob-reports-5
Expired
|
756 KB |
|
all-blob-reports-6
Expired
|
764 KB |
|
html-report
Expired
|
8.58 MB |
|
webapp
Expired
|
37 MB |
|