You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<action>Verify EXACTLY ONE Bitkit payment notification is posted for this channel opening (not two)</action>
21
-
<action>Verify its amount uses a thousands separator space, e.g. "₿ 48 064" — NOT "₿ 48064"</action>
22
-
<action>Verify there is NO separate notification whose body is "Via new channel" alongside the payment notification</action>
21
+
<action>Verify its title is "Payment Received" and body is "Received ₿ <amount> (<fiat>)" with the amount space-grouped (e.g. "Received ₿ 48 064 ($30.79)") — NOT a bare "₿ 48064"</action>
22
+
<action>Verify there is NO separate "Via new channel" notification from WakeNodeWorker alongside it (the push path is deduped while the foreground service is running)</action>
23
23
<action>Tap the notification, bring the app to the foreground, and verify the received-transaction sheet shows the correct amount</action>
<action>Verify EXACTLY ONE Bitkit notification is posted for this CJIT payment</action>
19
-
<action>Verify the amount is space-grouped, e.g. "₿ 48 064" — NOT "₿ 48064"</action>
20
-
<action>Verify the notification body is "Via new channel"</action>
21
+
<action>Verify the title is "Payment Received" and the body is "Received ₿ <amount> (<fiat>)" with the amount space-grouped (e.g. "Received ₿ 48 064 ($30.79)") — NOT a bare "₿ 48064" and NOT "Via new channel"</action>
21
22
<action>Tap the notification to open the app and verify the received amount in the activity list matches</action>
0 commit comments