File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 66 tap ,
77 elementById ,
88 receiveOnchainFunds ,
9- typeText ,
10- confirmInputOnKeyboard ,
119 expectText ,
1210 dragOnElement ,
1311 swipeFullScreen ,
@@ -19,6 +17,7 @@ import {
1917 getSeed ,
2018 waitForBackup ,
2119 restoreWallet ,
20+ enterAddress ,
2221} from '../helpers/actions' ;
2322import { bitcoinURL } from '../helpers/constants' ;
2423import initElectrum from '../helpers/electrum' ;
@@ -145,18 +144,7 @@ describe('@boost - Boost', () => {
145144
146145 // Send 10 000
147146 const coreAddress = await rpc . getNewAddress ( ) ;
148- await tap ( 'Send' ) ;
149- await sleep ( 1000 ) ;
150- try {
151- await tap ( 'RecipientManual' ) ;
152- await elementById ( 'RecipientInput' ) . waitForDisplayed ( ) ;
153- } catch {
154- console . warn ( 'RecipientInput not found, trying again' ) ;
155- await tap ( 'RecipientManual' ) ;
156- }
157- await typeText ( 'RecipientInput' , coreAddress ) ;
158- await confirmInputOnKeyboard ( ) ;
159- await tap ( 'AddressContinue' ) ;
147+ await enterAddress ( coreAddress ) ;
160148 await tap ( 'N1' ) ;
161149 await tap ( 'N0' ) ;
162150 await tap ( 'N000' ) ;
You can’t perform that action at this time.
0 commit comments