File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 # When running directly against Firefox, we test only using geckodriver (not against legacy Firefox =<45), so we must declare GECKODRIVER=1
161161 GECKODRIVER : " ${{ (matrix.browser == 'firefox' && !matrix.selenium-server) && '1' || '0' }}"
162162 # Provide CHROMEDRIVER_PATH and GECKODRIVER_PATH so that tests for local web drivers are able to start the browser
163- CHROMEDRIVER_PATH : " ${{ (matrix.browser == 'chrome' && !matrix.selenium-server) && '/usr/local/share/chrome_driver /chromedriver' || '' }}"
163+ CHROMEDRIVER_PATH : " ${{ (matrix.browser == 'chrome' && !matrix.selenium-server) && '/usr/local/share/chromedriver-linux64 /chromedriver' || '' }}"
164164 GECKODRIVER_PATH : " ${{ (matrix.browser == 'firefox' && !matrix.selenium-server) && '/usr/local/share/gecko_driver/geckodriver' || '' }}"
165165 DISABLE_W3C_PROTOCOL : " ${{ matrix.w3c && '0' || '1' }}"
166166 SELENIUM_SERVER : " ${{ matrix.selenium-server && '1' || '0' }}"
You can’t perform that action at this time.
0 commit comments