Skip to content

Commit 7af4c17

Browse files
authored
Merge pull request #477 from synonymdev/test/ios-tags
PinPrompt test id adjustment
2 parents 14a29cc + 5a13608 commit 7af4c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/java/to/bitkit/ui/settings/pin/PinPromptScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/e2e-test-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ||

0 commit comments

Comments
 (0)