Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Sep 23, 2024
1 parent 7a7b43e commit 43b18d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import android.os.Build;

import static androidx.test.espresso.Espresso.pressBack;
import com.alphawallet.app.resources.Contracts;
import com.alphawallet.app.util.EthUtils;
import com.alphawallet.app.util.Helper;
Expand Down Expand Up @@ -105,6 +106,8 @@ public void should_transfer_from_an_account_to_another()
addCustomToken(contractAddress);
sendBalanceTo("AW test token", "1.11", newWalletAddress);
ensureTransactionConfirmed();
//for ERC20 send need to now click back to go back home
pressBack();
switchToWallet(newWalletAddress);
addCustomToken(contractAddress);
assertBalanceIs("1.11");
Expand Down

0 comments on commit 43b18d5

Please sign in to comment.