File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,16 +264,16 @@ describe('@lightning - Lightning', () => {
264264 await tap ( 'DrawerSettings' ) ;
265265 await tap ( 'AdvancedSettings' ) ;
266266 await tap ( 'Channels' ) ;
267- await sleep ( 500 ) ;
267+ await sleep ( 2000 ) ;
268268 await tap ( 'Channel' ) ;
269+ await sleep ( 1000 ) ;
269270 await expectTextWithin ( 'TotalSize' , '₿ 100 000' ) ;
270271 await swipeFullScreen ( 'up' ) ;
271272 await elementById ( 'IsUsableYes' ) . waitForDisplayed ( ) ;
272273
273274 // close channel
274275 await tap ( 'CloseConnection' ) ;
275276 await tap ( 'CloseConnectionButton' ) ;
276- await acknowledgeReceivedPayment ( ) ;
277277 await elementByText ( 'Transfer Initiated' ) . waitForDisplayed ( ) ;
278278 await elementByText ( 'Transfer Initiated' ) . waitForDisplayed ( { reverse : true } ) ;
279279
You can’t perform that action at this time.
0 commit comments