Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 14, 2023
1 parent f512a46 commit 9215d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static void selectTestNet(String name)
selectMenu("Select Active Networks");
Helper.wait(1);
//clickMadly(withSubstring("Ethereum"));
clickStaticListItem(withText("Ethereum")); //deactivate eth
clickStaticListItem(withSubstring("Chain ID: 1")); //deactivate eth
onView(withId(R.id.network_scroller)).perform(swipeUp());
onView(withId(R.id.network_scroller)).perform(swipeUp());
//Helper.wait(1);
Expand Down

0 comments on commit 9215d86

Please sign in to comment.