We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252707a commit 7ea61b9Copy full SHA for 7ea61b9
packages/compass-e2e-tests/helpers/compass.ts
@@ -548,8 +548,6 @@ async function processCommonOpts({
548
// Ensure that the user data dir exists
549
await fs.mkdir(defaultUserDataDir, { recursive: true });
550
551
- console.log({ defaultUserDataDir });
552
-
553
// Chromedriver will fail if log path doesn't exist, webdriver doesn't care,
554
// for consistency let's mkdir for both of them just in case
555
await fs.mkdir(path.dirname(chromedriverLogPath), { recursive: true });
0 commit comments