File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/screens/Wallets/Receive Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ const ReceiveAmount = ({
119119 { t ( 'minimum' ) }
120120 </ Caption13Up >
121121 < Money
122+ testID = "Minimum"
122123 sats = { minimumAmount }
123124 size = "bodySSB"
124125 symbol = { true }
Original file line number Diff line number Diff line change @@ -78,7 +78,10 @@ const FeeInfo = ({
7878
7979 return (
8080 < >
81- < BodyM style = { styles . text } color = "secondary" >
81+ < BodyM
82+ testID = "ReceiveReviewLspFeeText"
83+ style = { styles . text }
84+ color = "secondary" >
8285 < Trans
8386 t = { t }
8487 i18nKey = {
@@ -172,7 +175,7 @@ const ReceiveConnect = ({
172175 < GradientView style = { styles . container } >
173176 < BottomSheetNavigationHeader title = { t ( 'receive_bitcoin' ) } />
174177 < View style = { styles . content } >
175- < AmountToggle amount = { amount } />
178+ < AmountToggle testID = "Review" amount = { amount } />
176179
177180 { ! isLoading && feeEstimate ? (
178181 < FeeInfo fees = { feeEstimate } isAdditional = { isAdditional } />
Original file line number Diff line number Diff line change @@ -630,7 +630,8 @@ const ReceiveQR = ({
630630 style = { styles . switchRow }
631631 color = "purple"
632632 isEnabled = { enableInstant }
633- onPress = { onToggleInstant } >
633+ onPress = { onToggleInstant }
634+ testID = "ReceiveInstantSwitch" >
634635 { ! enableInstant && < ArrowLNFunds color = "secondary" /> }
635636 < BodyM > { t ( 'receive_spending' ) } </ BodyM >
636637 </ SwitchRow >
You can’t perform that action at this time.
0 commit comments