From 4e1a4aedf32ff20a37e31d8f96372e3f5866e2f1 Mon Sep 17 00:00:00 2001 From: Nikhil Jha <hi@nikhiljha.com> Date: Fri, 25 Jan 2019 23:29:41 -0800 Subject: [PATCH] Sometimes local machine says no errors, but travis finds them... --- test/integration/backpack.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/backpack.test.js b/test/integration/backpack.test.js index a47722c66..65c12cc37 100644 --- a/test/integration/backpack.test.js +++ b/test/integration/backpack.test.js @@ -3,7 +3,6 @@ import SeleniumHelper from '../helpers/selenium-helper'; const { clickText, - clickXpath, getDriver, getLogs, loadUri -- GitLab