mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
See https://bugs.chromium.org/p/chromedriver/issues/detail?id=2239 Until Chrome v65 is commonplace, chromedriver 2.34+ won't respond when changing the URL and the new url only has a different hash
This commit is contained in:
parent
867b34d505
commit
2355976769
2 changed files with 4 additions and 4 deletions
|
@ -229,7 +229,7 @@
|
|||
"chance": "1.0.6",
|
||||
"cheerio": "0.22.0",
|
||||
"chokidar": "1.6.0",
|
||||
"chromedriver": "2.34.0",
|
||||
"chromedriver": "2.33.2",
|
||||
"classnames": "2.2.5",
|
||||
"enzyme": "3.2.0",
|
||||
"enzyme-adapter-react-16": "^1.1.1",
|
||||
|
|
|
@ -2087,9 +2087,9 @@ chokidar@^1.4.1, chokidar@^1.6.0, chokidar@^1.7.0:
|
|||
optionalDependencies:
|
||||
fsevents "^1.0.0"
|
||||
|
||||
chromedriver@2.34.0:
|
||||
version "2.34.0"
|
||||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.34.0.tgz#f5f51c4f213c7cfec0c9d7d6fa76e19e308417aa"
|
||||
chromedriver@2.33.2:
|
||||
version "2.33.2"
|
||||
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-2.33.2.tgz#8fc779d54b6e45bef55d264a1eceed52427a9b49"
|
||||
dependencies:
|
||||
del "^3.0.0"
|
||||
extract-zip "^1.6.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue