Fix... bad merge?

This commit is contained in:
David Baker
2025-02-10 11:28:03 +00:00
parent d1aef9f09a
commit 96a70f24a6

View File

@@ -63,7 +63,9 @@ 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(page.getByRole("checkbox", { name: "Allow key storage" })).not.toBeChecked();
await expect(
util.getEncryptionRecoverySection().getByRole("button", { name: "Set up recovery" }),
).toBeVisible();
await checkDeviceIsCrossSigned(app);
},