diff --git a/tests/_base.js b/tests/_base.js index 24ee207f8..e3e5e1e58 100644 --- a/tests/_base.js +++ b/tests/_base.js @@ -163,6 +163,9 @@ exports.mocha = (_module, options) => { '--rpc', ipcProviderPath ], + webdriverOptions: { + deprecationWarnings: false + }, webdriverLogPath: webdriverLogDir, chromeDriverLogPath: chromeLogFile });