Fixup tests

This commit is contained in:
Girish Ramakrishnan 2020-05-15 10:53:00 -07:00
parent 0853afd30d
commit 941302dcca
2 changed files with 408 additions and 618 deletions

1014
test/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,16 +9,16 @@
"author": "",
"license": "ISC",
"devDependencies": {
"ejs": "^3.0.1",
"ejs": "^3.1.2",
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
"mocha": "^7.0.0",
"rimraf": "^3.0.0",
"mkdirp": "^1.0.4",
"mocha": "^7.1.2",
"rimraf": "^3.0.2",
"selenium-server-standalone-jar": "^3.141.59",
"selenium-webdriver": "^3.6.0",
"superagent": "^5.2.1"
"superagent": "^5.2.2"
},
"dependencies": {
"chromedriver": "^79.0.0"
"chromedriver": "^81.0.0"
}
}