From 6b679d2b1219e5329bf9a1193360f2b08e1d4dab Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 11 May 2021 09:24:42 -0400 Subject: [PATCH] fix bad rebase Signed-off-by: Sebastian Malton --- integration/helpers/utils.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 0864782ee1..b824a4da87 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -1,6 +1,7 @@ +import { exec } from "child_process"; import { AppConstructorOptions, Application } from "spectron"; import * as util from "util"; -import { exec } from "child_process"; + import { isCI } from "../../src/common/vars"; const AppPaths: Partial> = { @@ -59,8 +60,6 @@ export function setup(): Application { env: { CICD: "true", }, - chromeDriverLogPath: "./logs/chromeDriver", - webdriverLogPath: "./logs/webdriver", }; if (!isCI) {