From f43e4545fa95e8286e63482514d296ffc8d57579 Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:30:49 -0500 Subject: [PATCH] Fix boolean value and missing bracket --- playwright-tests/package.json | 4 ++-- playwright-tests/playwright.config.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/playwright-tests/package.json b/playwright-tests/package.json index 3d448025..3a2db2e6 100644 --- a/playwright-tests/package.json +++ b/playwright-tests/package.json @@ -33,5 +33,5 @@ "ortoni-report": "^3.0.5", "playwright-jira-reporter": "^1.0.16" }, - "private": "true" -} + "private": true +} \ No newline at end of file diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index df64f772..2eb4b378 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -20,6 +20,7 @@ if (!process.env.CI) { path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`), example: path.join(basePath, '.env.example') }); + } } // Ortoni config