Add toast for recovery keys being out of sync #4169
Annotations
3 errors, 26 warnings, and 6 notices
[Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM:
playwright/e2e/crypto/crypto.spec.ts#L1
1) [Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM
Test timeout of 30000ms exceeded.
|
[Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM:
playwright/pages/client.ts#L82
1) [Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM
Error: jsHandle.evaluateHandle: Test timeout of 30000ms exceeded.
at ../pages/client.ts:82
80 | public async evaluateHandle<T>(fn: (client: MatrixClient) => T, arg?: any): Promise<JSHandle<T>> {
81 | await this.prepareClient();
> 82 | return this.client.evaluateHandle(fn, arg);
| ^
83 | }
84 |
85 | /**
at Bot.evaluateHandle (/home/runner/work/element-web/element-web/playwright/pages/client.ts:82:28)
|
[Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM:
playwright/e2e/crypto/utils.ts#L379
1) [Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_RightPanel').getByRole('button', { name: 'Verify by emoji' })
at crypto/utils.ts:379
377 |
378 | // this requires creating a DM, so can take a while. Give it a longer timeout.
> 379 | await roomInfo.getByRole("button", { name: "Verify by emoji" }).click({ timeout: 30000 });
| ^
380 |
381 | const request = await bobsVerificationRequestPromise;
382 | // the bot user races with the Element user to hit the "verify by emoji" button
at verify (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:379:69)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/crypto.spec.ts:244:9
|
Slow Test:
[Chrome] › pinned-messages/pinned-messages.spec.ts#L1
[Chrome] › pinned-messages/pinned-messages.spec.ts took 58.9s
|
Slow Test:
[Chrome] › right-panel/right-panel.spec.ts#L1
[Chrome] › right-panel/right-panel.spec.ts took 24.8s
|
Slow Test:
[Chrome] › right-panel/file-panel.spec.ts#L1
[Chrome] › right-panel/file-panel.spec.ts took 19.7s
|
Slow Test:
[Chrome] › polls/polls.spec.ts#L1
[Chrome] › polls/polls.spec.ts took 19.5s
|
Slow Test:
[Chrome] › one-to-one-chat/one-to-one-chat.spec.ts#L1
[Chrome] › one-to-one-chat/one-to-one-chat.spec.ts took 19.2s
|
Slow Test:
[Chrome] › sliding-sync/sliding-sync.spec.ts#L1
[Chrome] › sliding-sync/sliding-sync.spec.ts took 53.8s
|
Slow Test:
[Chrome] › settings/encryption-user-tab/recovery.spec.ts#L1
[Chrome] › settings/encryption-user-tab/recovery.spec.ts took 30.3s
|
Slow Test:
[Chrome] › room/room-header.spec.ts#L1
[Chrome] › room/room-header.spec.ts took 26.5s
|
Slow Test:
[Chrome] › settings/account-user-settings-tab.spec.ts#L1
[Chrome] › settings/account-user-settings-tab.spec.ts took 16.7s
|
Slow Test:
[Chrome] › login/login-consent.spec.ts#L1
[Chrome] › login/login-consent.spec.ts took 1.1m
|
Slow Test:
[Chrome] › crypto/backups-mas.spec.ts#L1
[Chrome] › crypto/backups-mas.spec.ts took 36.6s
|
Slow Test:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.9s
|
Slow Test:
[Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 23.9s
|
Slow Test:
[Chrome] › crypto/invisible-crypto.spec.ts#L1
[Chrome] › crypto/invisible-crypto.spec.ts took 20.7s
|
Slow Test:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 18.9s
|
Slow Test:
[Chrome] › editing/editing.spec.ts#L1
[Chrome] › editing/editing.spec.ts took 17.7s
|
Slow Test:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 54.1s
|
Slow Test:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 42.2s
|
Slow Test:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 38.9s
|
Slow Test:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.6s
|
Slow Test:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 23.8s
|
Slow Test:
[Chrome] › spotlight/spotlight.spec.ts#L1
[Chrome] › spotlight/spotlight.spec.ts took 2.2m
|
Slow Test:
[Chrome] › timeline/timeline.spec.ts#L1
[Chrome] › timeline/timeline.spec.ts took 1.4m
|
Slow Test:
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
[Chrome] › spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 49.7s
|
Slow Test:
[Chrome] › spaces/spaces.spec.ts#L1
[Chrome] › spaces/spaces.spec.ts took 46.3s
|
Slow Test:
[Chrome] › threads/threads.spec.ts#L1
[Chrome] › threads/threads.spec.ts took 28.6s
|
🎭 Playwright Run Summary
1 skipped
35 passed (2.9m)
|
🎭 Playwright Run Summary
1 skipped
53 passed (3.8m)
|
🎭 Playwright Run Summary
5 skipped
35 passed (4.5m)
|
🎭 Playwright Run Summary
1 skipped
65 passed (4.5m)
|
🎭 Playwright Run Summary
1 flaky
[Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM
55 passed (5.6m)
|
🎭 Playwright Run Summary
1 skipped
59 passed (5.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-Chrome-1
|
6.75 MB |
|
all-blob-reports-Chrome-2
|
580 KB |
|
all-blob-reports-Chrome-3
|
123 KB |
|
all-blob-reports-Chrome-4
|
165 KB |
|
all-blob-reports-Chrome-5
|
826 KB |
|
all-blob-reports-Chrome-6
|
415 KB |
|
html-report
|
7.87 MB |
|
webapp
|
27.2 MB |
|