Use fixed recovery key function

This commit is contained in:
David Baker
2025-02-07 12:04:36 +01:00
parent 0c5f2b07b4
commit 9c4625d6a1

View File

@@ -113,7 +113,7 @@ test.describe("Encryption tab", () => {
});
test("should warn before turning off key storage", { tag: "@screenshot" }, async ({ page, app, util }) => {
await verifySession(app, "new passphrase");
await verifySession(app, recoveryKey.encodedPrivateKey);
await util.openEncryptionTab();
await page.getByRole("checkbox", { name: "Allow key storage" }).click();