From 5d185e7aca7063e5d5a40bf0a993a6b56d7d066f Mon Sep 17 00:00:00 2001 From: David Jay Date: Tue, 31 Jan 2017 15:21:21 -0500 Subject: [PATCH] Updating port in globals. --- test/e2e/globals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/globals.js b/test/e2e/globals.js index 0f73e1d4a..da80a5dd9 100644 --- a/test/e2e/globals.js +++ b/test/e2e/globals.js @@ -1,6 +1,6 @@ module.exports = { waitForConditionTimeout: 8000, - baseUrl: 'http://localhost:3000', + baseUrl: 'http://localhost:3011', users: { admin: { email: 'admin@test.com',