File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/screens/Wallets/Receive Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const ReceiveAmount = ({
119119 { t ( 'minimum' ) }
120120 </ Caption13Up >
121121 < Money
122- testID = "Minimum "
122+ testID = "ReceiveAmountMinimum "
123123 sats = { minimumAmount }
124124 size = "bodySSB"
125125 symbol = { true }
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const FeeInfo = ({
7979 return (
8080 < >
8181 < BodyM
82- testID = "ReceiveReviewLspFeeText "
82+ testID = "ReceiveConnectLspFeeText "
8383 style = { styles . text }
8484 color = "secondary" >
8585 < Trans
@@ -175,7 +175,7 @@ const ReceiveConnect = ({
175175 < GradientView style = { styles . container } >
176176 < BottomSheetNavigationHeader title = { t ( 'receive_bitcoin' ) } />
177177 < View style = { styles . content } >
178- < AmountToggle testID = "Review " amount = { amount } />
178+ < AmountToggle testID = "ReceiveConnectAmount " amount = { amount } />
179179
180180 { ! isLoading && feeEstimate ? (
181181 < FeeInfo fees = { feeEstimate } isAdditional = { isAdditional } />
You can’t perform that action at this time.
0 commit comments