Skip to content

Commit

Permalink
Update tests with new flow
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Sep 23, 2024
1 parent ff134c6 commit 7a7b43e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 64 deletions.
8 changes: 5 additions & 3 deletions app/src/androidTest/java/com/alphawallet/app/steps/Steps.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ public static void assertBalanceIs(String balanceStr)
public static void ensureTransactionConfirmed()
{
// onView(withText(R.string.rate_no_thanks)).perform(click());
click(withId(R.string.action_show_tx_details));
onView(isRoot()).perform(waitUntil(withSubstring("Send"), 30 * 60));
pressBack();
// now this view goes straight to activity pane
shouldSee("Activity");
//click(withId(R.string.action_show_tx_details));
//onView(isRoot()).perform(waitUntil(withSubstring("Send"), 30 * 60));
//pressBack();
}

public static void sendBalanceTo(String tokenSymbol, String amountStr, String receiverAddress)
Expand Down
61 changes: 0 additions & 61 deletions app/src/main/res/layout/activity_transaction_success.xml

This file was deleted.

0 comments on commit 7a7b43e

Please sign in to comment.