Skip to content

Commit 9cdb6a1

Browse files
committed
Bg payments and quickpay test ids
1 parent d58308e commit 9cdb6a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Bitkit/Views/Sheets/NotificationsSheet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct NotificationsSheet: View {
2121
continueText: t("settings__notifications__intro__button"),
2222
cancelText: t("common__later"),
2323
accentColor: .blueAccent,
24-
testID: "NotificationsSheet",
24+
testID: "BackgroundPayments",
2525
onCancel: onLater,
2626
onContinue: onEnable
2727
)

Bitkit/Views/Sheets/QuickpaySheet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct QuickpaySheet: View {
2121
continueText: t("common__learn_more"),
2222
cancelText: t("common__later"),
2323
accentColor: .greenAccent,
24-
testID: "QuickpaySheet",
24+
testID: "QuickpayIntro",
2525
onCancel: onLater,
2626
onContinue: onLearnMore
2727
)

0 commit comments

Comments
 (0)