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) {