Skip to content

Commit

Permalink
fix: remove chromedriverUseSystemExecutable
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Feb 7, 2022
1 parent 932d58b commit 26a665b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
arch: x86_64
arch: x86
target: google_apis
force-avd-creation: false
disable-animations: true
Expand Down
1 change: 0 additions & 1 deletion wdio.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ exports.config = {
appPackage: 'com.example.reactnativestripesdk',
appActivity: '.MainActivity',
automationName: 'UiAutomator2',
chromedriverUseSystemExecutable: true,
ignoreHiddenApiPolicyError: true,
noReset: true,
enableWebviewDetailsCollection: true,
Expand Down

0 comments on commit 26a665b

Please sign in to comment.