File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ describe('@transfer - Transfer', () => {
8787 await tap ( 'TransferIntro-button' ) ;
8888 await tap ( 'FundTransfer' ) ;
8989 await tap ( 'SpendingIntro-button' ) ;
90- await sleep ( 1000 ) ; // let the animation finish
90+ await sleep ( 3000 ) ; // let the animation finish
9191
9292 //--- skip due to: https://github.com/synonymdev/bitkit-android/issues/425 ---//
9393 //// can continue with default client balance (0)
@@ -118,6 +118,7 @@ describe('@transfer - Transfer', () => {
118118 //--- skip due to: https://github.com/synonymdev/bitkit-android/issues/424 ---//
119119
120120 // can continue with 25% client balance
121+ await elementById ( 'SpendingAmountQuarter' ) . waitForEnabled ( ) ;
121122 await tap ( 'SpendingAmountQuarter' ) ;
122123 await elementById ( 'SpendingAmountContinue' ) . waitForEnabled ( ) ;
123124 await sleep ( 500 ) ;
You can’t perform that action at this time.
0 commit comments