Enable key backup by default (#28691) #3291
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L1
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/backups.spec.ts#L37
1) [Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Continue' })
35 | masTest("user is prompted to set up recovery", async ({ page, mailhog, app }) => {
36 | await page.goto("/#/login");
> 37 | await page.getByRole("button", { name: "Continue" }).click();
| ^
38 | await registerAccountMas(page, mailhog.api, "alice", "alice@email.com", "Pa$sW0rD!");
39 |
40 | await page.getByRole("button", { name: "Add room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/backups.spec.ts:37:62
|
Run Playwright tests:
[Chrome] › composer/RTE.spec.ts#L1
[Chrome] › composer/RTE.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › crypto/event-shields.spec.ts#L1
[Chrome] › crypto/event-shields.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › audio-player/audio-player.spec.ts#L1
[Chrome] › audio-player/audio-player.spec.ts took 1.2m
|
Run Playwright tests:
[Chrome] › crypto/crypto.spec.ts#L1
[Chrome] › crypto/crypto.spec.ts took 59.8s
|
Run Playwright tests:
[Chrome] › crypto/decryption-failure-messages.spec.ts#L1
[Chrome] › crypto/decryption-failure-messages.spec.ts took 52.1s
|
Run Playwright tests
1 flaky
[Chrome] › crypto/backups.spec.ts:35:12 › Encryption state after registration › user is prompted to set up recovery
80 passed (12.4m)
|
Loading