summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx
index 1b54dbfa5..b12f5e5f6 100644
--- a/packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Backup.stories.tsx
@@ -21,7 +21,10 @@
import { ProviderPaymentType } from "@gnu-taler/taler-wallet-core";
import { addDays } from "date-fns";
-import { BackupView as TestedComponent } from "./BackupPage.js";
+import {
+ BackupView as TestedComponent,
+ ShowRecoveryInfo,
+} from "./BackupPage.js";
import { createExample } from "../test-utils.js";
import { TalerProtocolTimestamp } from "@gnu-taler/taler-util";
@@ -194,3 +197,7 @@ export const OneProvider = createExample(TestedComponent, {
export const Empty = createExample(TestedComponent, {
providers: [],
});
+
+export const Recovery = createExample(ShowRecoveryInfo, {
+ info: "taler://recovery/ASLDKJASLKDJASD",
+});