aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/func.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/func.js')
-rw-r--r--test/e2e/func.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/func.js b/test/e2e/func.js
index 700552658..13dfb82f9 100644
--- a/test/e2e/func.js
+++ b/test/e2e/func.js
@@ -37,7 +37,7 @@ async function createModifiedTestBuild ({ browser, srcPath }) {
}
async function setupBrowserAndExtension ({ browser, extPath }) {
- let drive, extensionId, extensionUri
+ let driver, extensionId, extensionUri
if (browser === 'chrome') {
driver = buildChromeWebDriver(extPath)