From 4bc2ca47c83f4e4747b41e0df68aad523e292f8e Mon Sep 17 00:00:00 2001 From: yogevbd Date: Sun, 28 Jul 2019 00:38:43 +0300 Subject: [PATCH] Remove unused import --- e2e/Utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/Utils.js b/e2e/Utils.js index 9387455..cc3b764 100644 --- a/e2e/Utils.js +++ b/e2e/Utils.js @@ -1,4 +1,3 @@ -const exec = require('shell-utils').exec; module.exports = { elementByLabel: (label) => { -- 2.26.2