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 a92e3bd commit 6d6d63eCopy full SHA for 6d6d63e
Bitkit/Views/Sheets/NotificationsSheet.swift
@@ -21,7 +21,7 @@ struct NotificationsSheet: View {
21
continueText: t("settings__notifications__intro__button"),
22
cancelText: t("common__later"),
23
accentColor: .blueAccent,
24
- testID: "NotificationsSheet",
+ testID: "BackgroundPayments",
25
onCancel: onLater,
26
onContinue: onEnable
27
)
Bitkit/Views/Sheets/QuickpaySheet.swift
@@ -21,7 +21,7 @@ struct QuickpaySheet: View {
continueText: t("common__learn_more"),
accentColor: .greenAccent,
- testID: "QuickpaySheet",
+ testID: "QuickpayIntro",
onContinue: onLearnMore
0 commit comments