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 c2e00a2 commit f037c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
timeout-minutes: 35
timeout-minutes: 40
strategy:
matrix:
api-level: [30]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ public static void selectTestNet(String name)
{
gotoSettingsPage();
selectMenu("Select Active Networks");
clickStaticListItem(withSubstring("Ethereum")); //deactivate eth
Helper.wait(1);
//clickStaticListItem(withSubstring("Ethereum")); //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 f037c59

Please sign in to comment.