diff --git a/Makefile.js b/Makefile.js index a293d2f498b3..528fd5aa1e72 100644 --- a/Makefile.js +++ b/Makefile.js @@ -630,7 +630,7 @@ target.mocha = () => { target.wdio = () => { echo("Running unit tests on browsers"); - + target.webpack("production"); const lastReturn = exec(`${getBinFile("wdio")} run wdio.conf.js`); if (lastReturn.code !== 0) { diff --git a/package.json b/package.json index 2003fca2daa9..3965a428a234 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "c8": "^7.12.0", "chai": "^4.0.1", "cheerio": "^0.22.0", - "chromedriver": "^112.0.0", + "chromedriver": "^114.0.0", "common-tags": "^1.8.0", "core-js": "^3.1.3", "ejs": "^3.0.2",