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 d58308e commit 9cdb6a1Copy full SHA for 9cdb6a1
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