From 7a2ad36cdecbd1bc591ad06cfaef0752324963ac Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:22:32 -0500 Subject: [PATCH] Add else to fix logic --- playwright-tests/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 8a4966e6..df64f772 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -15,7 +15,7 @@ if (!process.env.CI) { example: path.join(basePath, '.env.example') }); } - + else { dotenv.config({ path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`), example: path.join(basePath, '.env.example')