Skip to content

Commit

Permalink
remove chromedriver option for install (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Nov 13, 2019
1 parent 8899c92 commit 99ceb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-jobs/functional/run_appium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
inputs:
versionSpec: 10.x
displayName: Install Node 10.x
- script: npm install -g appium@${APPIUM_VERSION} --chromedriver_version='2.44'
- script: npm install -g appium@${APPIUM_VERSION}
displayName: Install appium beta
- script: npm install -g mjpeg-consumer
displayName: Install MJPEG Consumer
Expand Down

0 comments on commit 99ceb6e

Please sign in to comment.