We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d36d5 commit 0d4734eCopy full SHA for 0d4734e
app/src/main/java/to/bitkit/ui/sheets/LnurlAuthSheet.kt
@@ -91,7 +91,7 @@ private fun Content(
91
fullWidth = false,
92
modifier = Modifier
93
.weight(1f)
94
- .testTag("cancel_button")
+ .testTag("LnurlAuthCancel")
95
)
96
// TODO add missing localized text
97
PrimaryButton(
@@ -100,7 +100,7 @@ private fun Content(
100
101
102
103
- .testTag("continue_button")
+ .testTag("LnurlAuthContinue")
104
105
}
106
VerticalSpacer(16.dp)
0 commit comments