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' - } } };