Update geckodriver to version 0.23.0

The latest selenium webdriver fails with old geckodriver.

This patch also fixes horizon-selenium-headless job.

Change-Id: I8dfdc7e80dfe680d6699fc7f1f8325b85a9f7c8f
This commit is contained in:
Ivan Kolodyazhny 2018-11-29 15:27:43 +00:00
parent 478c1b8ad1
commit e3bfad6ade
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
---
geckodriver_url: "https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz"
geckodriver_url: "https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz"