From 2fb8ad146f4d8c8d9fc14d726c162d0e6e336277 Mon Sep 17 00:00:00 2001 From: Lorenzo Alberto Maria Ambrosi Date: Thu, 27 Sep 2018 19:21:54 +0200 Subject: [PATCH] Change spectron port to run tests Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi --- tests/spectron/runner.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spectron/runner.spec.js b/tests/spectron/runner.spec.js index 7e475676..4e37f0c4 100644 --- a/tests/spectron/runner.spec.js +++ b/tests/spectron/runner.spec.js @@ -36,7 +36,7 @@ describe('Spectron', function () { before('app:start', function () { app = new spectron.Application({ path: entrypoint, - port: 9999, + port: 9998, args: [ '.' ] })