Remove Secure Backup, Cross-signing and Cryptography sections in Security & Privacy
user settings
#4467
Annotations
7 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/crypto/logout.spec.ts#L1
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/utils.ts#L290
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Set up Secure Backup' })
at crypto/utils.ts:290
288 | export async function enableKeyBackup(app: ElementAppPage): Promise<string> {
289 | await app.settings.openUserSettings("Security & Privacy");
> 290 | await app.page.getByRole("button", { name: "Set up Secure Backup" }).click();
| ^
291 | const dialog = app.page.locator(".mx_Dialog");
292 | // Recovery key is selected by default
293 | await dialog.getByRole("button", { name: "Continue" }).click({ timeout: 60000 });
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:290:74)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/logout.spec.ts:36:9
|
Run Playwright tests:
playwright/e2e/crypto/logout.spec.ts#L1
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/utils.ts#L290
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Set up Secure Backup' })
at crypto/utils.ts:290
288 | export async function enableKeyBackup(app: ElementAppPage): Promise<string> {
289 | await app.settings.openUserSettings("Security & Privacy");
> 290 | await app.page.getByRole("button", { name: "Set up Secure Backup" }).click();
| ^
291 | const dialog = app.page.locator(".mx_Dialog");
292 | // Recovery key is selected by default
293 | await dialog.getByRole("button", { name: "Continue" }).click({ timeout: 60000 });
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:290:74)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/logout.spec.ts:36:9
|
Run Playwright tests:
playwright/e2e/crypto/logout.spec.ts#L1
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
playwright/e2e/crypto/utils.ts#L290
1) [Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Set up Secure Backup' })
at crypto/utils.ts:290
288 | export async function enableKeyBackup(app: ElementAppPage): Promise<string> {
289 | await app.settings.openUserSettings("Security & Privacy");
> 290 | await app.page.getByRole("button", { name: "Set up Secure Backup" }).click();
| ^
291 | const dialog = app.page.locator(".mx_Dialog");
292 | // Recovery key is selected by default
293 | await dialog.getByRole("button", { name: "Continue" }).click({ timeout: 60000 });
at enableKeyBackup (/home/runner/work/element-web/element-web/playwright/e2e/crypto/utils.ts:290:74)
at /home/runner/work/element-web/element-web/playwright/e2e/crypto/logout.spec.ts:36:9
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[Chrome] › messages/messages.spec.ts#L1
[Chrome] › messages/messages.spec.ts took 57.5s
|
Run Playwright tests:
[Chrome] › crypto/invisible-crypto.spec.ts#L1
[Chrome] › crypto/invisible-crypto.spec.ts took 30.7s
|
Run Playwright tests:
[Chrome] › integration-manager/kick.spec.ts#L1
[Chrome] › integration-manager/kick.spec.ts took 23.8s
|
Run Playwright tests:
[Chrome] › knock/knock-into-room.spec.ts#L1
[Chrome] › knock/knock-into-room.spec.ts took 19.1s
|
Run Playwright tests:
[Chrome] › lazy-loading/lazy-loading.spec.ts#L1
[Chrome] › lazy-loading/lazy-loading.spec.ts took 16.7s
|
Run Playwright tests
1 failed
[Chrome] › crypto/logout.spec.ts:35:9 › Logout tests › If backup is set up show standard confirm
1 skipped
64 passed (6.3m)
|
Loading