From b4b6a161df9f1d6a6e135a4a5f3da2f6d543df4f Mon Sep 17 00:00:00 2001 From: James Browning Date: Fri, 27 Dec 2024 22:55:29 +0000 Subject: [PATCH] test: add testId hooks --- src/components/LightningChannel.tsx | 4 ++-- src/screens/Transfer/SpendingConfirm.tsx | 8 ++++---- src/screens/Wallets/Receive/ReceiveQR.tsx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/LightningChannel.tsx b/src/components/LightningChannel.tsx index a459d55b8..1c763ef1b 100644 --- a/src/components/LightningChannel.tsx +++ b/src/components/LightningChannel.tsx @@ -61,7 +61,7 @@ const LightningChannel = ({ )} - + - + - + {t('spending_confirm.network_fee')} - + {t('spending_confirm.lsp_fee')} @@ -114,13 +114,13 @@ const SpendingConfirm = ({ - + {t('spending_confirm.amount')} - + {t('spending_confirm.total')} diff --git a/src/screens/Wallets/Receive/ReceiveQR.tsx b/src/screens/Wallets/Receive/ReceiveQR.tsx index 2ba63323c..54b549b11 100644 --- a/src/screens/Wallets/Receive/ReceiveQR.tsx +++ b/src/screens/Wallets/Receive/ReceiveQR.tsx @@ -631,7 +631,7 @@ const ReceiveQR = ({ color="purple" isEnabled={enableInstant} onPress={onToggleInstant} - testID="ReceiveInstantSwitch"> + testID="ReceiveInstantlySwitch"> {!enableInstant && } {t('receive_spending')}