Skip to content

Commit fd994ae

Browse files
committed
transfer_1 stability
1 parent 715373c commit fd994ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/specs/transfer.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)