From 4ea73ec8f382e2f0cfd682f580225235bba116ad Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 1 Aug 2020 01:21:52 +0100 Subject: [PATCH] Update protractor.conf.js --- e2e/protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/protractor.conf.js b/e2e/protractor.conf.js index f4916f64b5..4afe50310e 100644 --- a/e2e/protractor.conf.js +++ b/e2e/protractor.conf.js @@ -190,7 +190,7 @@ exports.config = { async onPrepare() { if (process.env.CI) { - SmartRunner.apply({repoHash: process.env.GIT_HASH || ''}); + smartRunner.apply({repoHash: process.env.GIT_HASH || ''}); } retry.onPrepare();