File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -655,9 +655,9 @@ export async function receiveOnchainFunds(
655655 await acknowledgeReceivedPayment ( ) ;
656656
657657 await mineBlocks ( rpc , blocksToMine ) ;
658- if ( blocksToMine > 0 ) {
659- await waitForToast ( 'PaymentConfirmedToast' ) ;
660- }
658+ // if (blocksToMine > 0) {
659+ // await waitForToast('PaymentConfirmedToast');
660+ // }
661661
662662 if ( driver . isAndroid ) {
663663 await dismissBackupTimedSheet ( ) ;
@@ -678,14 +678,13 @@ export async function receiveOnchainFunds(
678678}
679679
680680type ToastId =
681- | 'PaymentConfirmedToast'
681+ | 'PaymentConfirmedToast' // removed
682+ | 'TransactionConfirmedToast' //removed
682683 | 'PaymentFailedToast'
683- | 'TransactionConfirmedToast'
684684 | 'ReceivedTransactionReplacedToast'
685685 | 'TransactionReplacedToast'
686686 | 'TransactionUnconfirmedToast'
687687 | 'TransactionRemovedToast' ;
688-
689688export async function waitForToast ( toastId : ToastId ) {
690689 await elementById ( toastId ) . waitForDisplayed ( ) ;
691690}
You can’t perform that action at this time.
0 commit comments