Index: test/browsers/chromium.js |
diff --git a/test/browsers/chromium.js b/test/browsers/chromium.js |
index 9672237cd704441d113711a0fc192efabed3af00..7f670fc29a3cb267e6fa0c6cdc5584a7e2fdb4d0 100644 |
--- a/test/browsers/chromium.js |
+++ b/test/browsers/chromium.js |
@@ -21,6 +21,7 @@ const webdriver = require("selenium-webdriver"); |
const chrome = require("selenium-webdriver/chrome"); |
const {ensureChromium} = require("../../adblockpluscore/test/runners/" + |
"chromium_download"); |
+require("chromedriver"); |
Sebastian Noack
2018/09/26 21:38:57
I'd add a comment that this is necessary on Window
geo
2018/09/26 22:20:28
Done.
|
exports.platform = "chrome"; |
exports.ensureBrowser = ensureChromium; |