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 85b0543 commit 3057860Copy full SHA for 3057860
Bitkit/Views/Sheets/LnurlAuth/LnurlAuthSheet.swift
@@ -85,14 +85,14 @@ struct LnurlAuthSheet: View {
85
) {
86
onCancel()
87
}
88
- .accessibilityIdentifier("cancel_button")
+ .accessibilityIdentifier("LnurlAuthCancel")
89
90
CustomButton(title: actionText) {
91
Task {
92
await onContinue()
93
94
95
- .accessibilityIdentifier("continue_button")
+ .accessibilityIdentifier("LnurlAuthContinue")
96
97
.padding(.top, 32)
98
0 commit comments