Update chrome version (#185)

This commit is contained in:
Przemyslaw Rzad 2019-08-12 09:22:27 +02:00 committed by GitHub
parent 2093ff2d7e
commit 244306f0bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5803 additions and 314 deletions

@ -8,7 +8,7 @@ orbs:
- run:
name: Install Chrome
command: |
wget -O chrome.deb https://www.slimjet.com/chrome/download-chrome.php?file=files%2F75.0.3770.80%2Fgoogle-chrome-stable_current_amd64.deb
wget -O chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i chrome.deb
install-node:
steps:

@ -6,7 +6,7 @@
"devDependencies": {
"selenium-webdriver": "3.6.0",
"mocha": "^5.2.0",
"chromedriver": "^2.35.0"
"chromedriver": "76.0.0"
},
"scripts": {
"lint": "eslint . --ignore-path ../.eslintignore"

6113
yarn.lock

File diff suppressed because it is too large Load Diff