Skip to content

Commit 0d4734e

Browse files
committed
LnurlAuthCancel and LnurlAuthContinue
1 parent 96d36d5 commit 0d4734e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/sheets/LnurlAuthSheet.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private fun Content(
9191
fullWidth = false,
9292
modifier = Modifier
9393
.weight(1f)
94-
.testTag("cancel_button")
94+
.testTag("LnurlAuthCancel")
9595
)
9696
// TODO add missing localized text
9797
PrimaryButton(
@@ -100,7 +100,7 @@ private fun Content(
100100
fullWidth = false,
101101
modifier = Modifier
102102
.weight(1f)
103-
.testTag("continue_button")
103+
.testTag("LnurlAuthContinue")
104104
)
105105
}
106106
VerticalSpacer(16.dp)

0 commit comments

Comments
 (0)