Revert "Bump chromedriver version to 88, increase jest integration timeouts"

This commit is contained in:
Benjamin Wheeler 2021-03-08 15:22:39 -05:00 committed by GitHub
parent 3d47d394b7
commit 4c880895fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 371 additions and 33964 deletions

34329
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -70,7 +70,7 @@
"babel-preset-react": "6.22.0",
"bowser": "1.9.4",
"cheerio": "1.0.0-rc.2",
"chromedriver": "88.0.0",
"chromedriver": "86.0.0",
"classnames": "2.2.5",
"cookie": "0.4.1",
"copy-webpack-plugin": "^4.5.1",

View file

@ -16,7 +16,7 @@ let myStuffURL = rootUrl + '/mystuff';
if (remote){
jest.setTimeout(60000);
} else {
jest.setTimeout(20000);
jest.setTimeout(10000);
}
let driver;

View file

@ -18,7 +18,7 @@ let wwwURL = rootUrl;
if (remote){
jest.setTimeout(60000);
} else {
jest.setTimeout(20000);
jest.setTimeout(10000);
}
let driver;