Skip to content

Commit 99ceb6e

Browse files
authored
remove chromedriver option for install (#243)
1 parent 8899c92 commit 99ceb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-jobs/functional/run_appium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
inputs:
44
versionSpec: 10.x
55
displayName: Install Node 10.x
6-
- script: npm install -g appium@${APPIUM_VERSION} --chromedriver_version='2.44'
6+
- script: npm install -g appium@${APPIUM_VERSION}
77
displayName: Install appium beta
88
- script: npm install -g mjpeg-consumer
99
displayName: Install MJPEG Consumer

0 commit comments

Comments
 (0)