Add toast for recovery keys being out of sync #4169
Annotations
3 errors, 5 warnings, and 1 notice
Run Playwright tests:
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.
|
Run Playwright tests:
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)
|
Run Playwright tests:
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
|
Run Playwright tests:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 54.1s
|
Run Playwright tests:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 42.2s
|
Run Playwright tests:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 38.9s
|
Run Playwright tests:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 35.6s
|
Run Playwright tests:
[Chrome] › crypto/device-verification.spec.ts#L1
[Chrome] › crypto/device-verification.spec.ts took 23.8s
|
Run Playwright tests
1 flaky
[Chrome] › crypto/crypto.spec.ts:233:9 › Cryptography › should allow verification when there is no existing DM
55 passed (5.6m)
|
Loading