Skip to content

Commit

Permalink
Üpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Aug 11, 2023
1 parent 3abb008 commit c2e00a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public static void selectTestNet(String name)
onView(withId(R.id.network_scroller)).perform(swipeUp());
//Helper.wait(1);
onView(withId(R.id.testnet_header)).perform(scrollToImproved());
//onView(allOf(withId(R.id.switch_material), isDescendantOfA(withId(R.id.testnet_header)))).perform(ViewActions.click());
onView(allOf(withId(R.id.switch_material), isDescendantOfA(withId(R.id.testnet_header)))).perform(ViewActions.click());

clickMadly(withText(R.string.action_enable_testnet));
Helper.wait(1);
Expand Down

0 comments on commit c2e00a2

Please sign in to comment.