Skip to content

Commit

Permalink
Merge pull request #1210 from wix/restore-uiautomator-generation
Browse files Browse the repository at this point in the history
Restore UIAutomator as an external file in Android generation
  • Loading branch information
d4vidi authored Mar 19, 2019
2 parents 777bff9 + 4428319 commit f7d5468
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions generation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ const downloadedEspressoFilesMap = Object
);

const externalFilesToDownload = {
// This doesn't work on ios builds on CI - I suspect a node version issue since the root of the problem is in child_process'
// execFileSync() (probably incompatible parameters usage).
// FIX ASAP

// 'https://android.googlesource.com/platform/frameworks/uiautomator/+/master/src/com/android/uiautomator/core/UiDevice.java?format=TEXT':
// '../detox/src/android/espressoapi/UIDevice.js'
'https://android.googlesource.com/platform/frameworks/uiautomator/+/master/src/com/android/uiautomator/core/UiDevice.java?format=TEXT':
'../detox/src/android/espressoapi/UIDevice.js'
};

const downloadedAndroidFilesMap = Object
Expand Down

0 comments on commit f7d5468

Please sign in to comment.