diff --git a/playwright/e2e/settings/encryption-user-tab/advanced.spec.ts b/playwright/e2e/settings/encryption-user-tab/advanced.spec.ts index 2b459c2e11..17ff481aa6 100644 --- a/playwright/e2e/settings/encryption-user-tab/advanced.spec.ts +++ b/playwright/e2e/settings/encryption-user-tab/advanced.spec.ts @@ -63,9 +63,7 @@ test.describe("Advanced section in Encryption tab", () => { await expect(section.getByRole("button", { name: "Reset cryptographic identity" })).toBeVisible(); // After resetting the identity, the user should set up a new recovery key - await expect( - util.getEncryptionRecoverySection().getByRole("button", { name: "Set up recovery" }), - ).toBeVisible(); + await expect(page.getByRole("checkbox", { name: "Allow key storage" })).not.toBeChecked(); await checkDeviceIsCrossSigned(app); }, diff --git a/playwright/snapshots/settings/encryption-user-tab/advanced.spec.ts/encryption-details-linux.png b/playwright/snapshots/settings/encryption-user-tab/advanced.spec.ts/encryption-details-linux.png index ab50f21a56..f467675b35 100644 Binary files a/playwright/snapshots/settings/encryption-user-tab/advanced.spec.ts/encryption-details-linux.png and b/playwright/snapshots/settings/encryption-user-tab/advanced.spec.ts/encryption-details-linux.png differ diff --git a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-recovery-linux.png b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-recovery-linux.png index 8a0f80fcea..4cfcd08123 100644 Binary files a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-recovery-linux.png and b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-recovery-linux.png differ diff --git a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-tab-linux.png b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-tab-linux.png index d14cff8071..25d80d7ce7 100644 Binary files a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-tab-linux.png and b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/default-tab-linux.png differ diff --git a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/out-of-sync-recovery-linux.png b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/out-of-sync-recovery-linux.png index d799e944c3..9e1aa6c34e 100644 Binary files a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/out-of-sync-recovery-linux.png and b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/out-of-sync-recovery-linux.png differ diff --git a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/set-up-recovery-linux.png b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/set-up-recovery-linux.png index a3f014d066..a966f8ddd2 100644 Binary files a/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/set-up-recovery-linux.png and b/playwright/snapshots/settings/encryption-user-tab/recovery.spec.ts/set-up-recovery-linux.png differ