// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CreateKeyBackupDialog expecting failure should display an error message when backup creation failed 1`] = `
Starting backup…
Unable to create key backup
`;
exports[`CreateKeyBackupDialog should display the spinner when creating backup 1`] = `
Starting backup…
`;
exports[`CreateKeyBackupDialog should display the success dialog when the key backup is finished 1`] = `
Success!
Your keys are being backed up (the first backup could take a few minutes).