Skip to content

Commit

Permalink
Update geckodriver to the latest 0.25.0 release (elastic#46309) (elas…
Browse files Browse the repository at this point in the history
…tic#46426)

* update to new geckodriver v 0.25.0

* run tests with Firefox 10x times

* Revert "run tests with Firefox 10x times"

This reverts commit dfd4358.
  • Loading branch information
dmlemeshko authored Sep 24, 2019
1 parent 0944956 commit 62a08d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"exit-hook": "^2.2.0",
"faker": "1.1.0",
"fetch-mock": "7.3.3",
"geckodriver": "1.16.2",
"geckodriver": "^1.18.0",
"getopts": "^2.2.4",
"grunt": "1.0.4",
"grunt-cli": "^1.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13128,10 +13128,10 @@ gaze@^1.0.0, gaze@^1.1.0:
dependencies:
globule "^1.0.0"

geckodriver@1.16.2:
version "1.16.2"
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-1.16.2.tgz#4766e6eb6835e9ec8797f1dce1966df2b3fb5985"
integrity sha512-kXZP4QferAv57Ru4Fx2WYuu//ErKJP4hPEkJm4mSETo42jsdYFwdNxwQ4vCGhf14gsCdxU9YrwNupJ8gr1GxPg==
geckodriver@^1.18.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-1.18.0.tgz#a4d9b0504be26ed933d7be208b06b15833e32415"
integrity sha512-PFBq5UsngfLrxmNqnynix4rQgOkOWCKl3I3PlXCROiTQKSE2znIK9MnEUNQznzxNOPMRt1RGGy2cinIARSRvKQ==
dependencies:
adm-zip "0.4.11"
bluebird "3.4.6"
Expand Down

0 comments on commit 62a08d9

Please sign in to comment.