From aa5cbd06d45bb601f912b398e0797524e58d4e09 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Thu, 10 Nov 2022 11:58:08 +0100 Subject: [PATCH] WIP --- nym-wallet/src/components/textfields.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nym-wallet/src/components/textfields.tsx b/nym-wallet/src/components/textfields.tsx index f48b5e6b8f..2879b07d83 100644 --- a/nym-wallet/src/components/textfields.tsx +++ b/nym-wallet/src/components/textfields.tsx @@ -35,6 +35,7 @@ export const MnemonicInput: React.FC<{ }} /> setShowPassword((show) => !show)} />} label="Reveal my mnemonic" /> @@ -74,6 +75,9 @@ export const PasswordInput: React.FC<{ ), }} InputLabelProps={{ shrink: true }} + inputProps={{ + "data-testid": label, + }} /> {error && }