Fix typo
parent
72adfa5625
commit
36c7e0ea89
|
@ -80,7 +80,7 @@ test.describe("Recovery section in Encryption tab", () => {
|
|||
await verifySession(app, "new passphrase");
|
||||
await util.deleteKeyBackup(expectedBackupVersion);
|
||||
|
||||
// The key backup is deleted and the user needs to set up it
|
||||
// The key backup is deleted and the user needs to set it up
|
||||
const dialog = await util.openEncryptionTab();
|
||||
const setupButton = dialog.getByRole("button", { name: "Set up recovery" });
|
||||
await expect(setupButton).toBeVisible();
|
||||
|
|
|
@ -31,7 +31,7 @@ import { withSecretStorageKeyCache } from "../../../../SecurityManager";
|
|||
* The possible states of the component.
|
||||
* - `inform_user`: The user is informed about the recovery key.
|
||||
* - `save_key_setup_flow`: The user is asked to save the new recovery key during the setup flow.
|
||||
* - `save_key_change_flow`: The user is asked to save the new recovery key during the chang key flow.
|
||||
* - `save_key_change_flow`: The user is asked to save the new recovery key during the change key flow.
|
||||
* - `confirm`: The user is asked to confirm the new recovery key.
|
||||
*/
|
||||
type State = "inform_user" | "save_key_setup_flow" | "save_key_change_flow" | "confirm";
|
||||
|
|
Loading…
Reference in New Issue