File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/src/main/java/to/bitkit/ui/settings/pin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ fun PinPromptScreen(
9393 onClick = onLater,
9494 modifier = Modifier
9595 .weight(1f )
96- .testTag(" SecureWallet-button-continue " )
96+ .testTag(" SecureWalletContinue " )
9797 )
9898
9999 Spacer (modifier = Modifier .width(16 .dp))
@@ -104,7 +104,7 @@ fun PinPromptScreen(
104104 onClick = onContinue,
105105 modifier = Modifier
106106 .weight(1f )
107- .testTag(" SecureWallet-button-continue " )
107+ .testTag(" SecureWalletContinue " )
108108 )
109109 }
110110
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ Legend:
367367| ReceivedTransaction | ✅ |
368368| RecipientInput | ✅ |
369369| RecipientManual | ✅ |
370- | SecureWallet-button-continue | ✅ |
370+ | SecureWalletContinue | ✅ |
371371| SecuritySettings | ✅ |
372372| Send | ✅ |
373373| SendAmountNumberPad | ✅ |
You can’t perform that action at this time.
0 commit comments