From 94f0205d9c7a29f8274e41a228d6d0fd0765bb35 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 16 Oct 2017 22:31:40 +0700 Subject: [PATCH] Unused config --- nightwatch-local.conf.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/nightwatch-local.conf.js b/nightwatch-local.conf.js index 9fa67db35..438e0df24 100644 --- a/nightwatch-local.conf.js +++ b/nightwatch-local.conf.js @@ -39,8 +39,5 @@ module.exports = { path: './test/e2e/tests_output' }, }, - integration: { - launch_url: 'http://localhost:3000' - } } };