From 380994e0766c7f0abf0214dde62e8df9457a5a99 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 10 Jun 2025 14:34:00 -0400 Subject: [PATCH] Removes unused isRecalNotification flag Removes the `isRecalNotification` flag from the default test data, as it's no longer used in the application's logic or tests. This simplifies the test data and avoids potential confusion. --- playwright-tests/business-logic/constants/DefaultTestData.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright-tests/business-logic/constants/DefaultTestData.ts b/playwright-tests/business-logic/constants/DefaultTestData.ts index 197297b4b..a5929ce76 100644 --- a/playwright-tests/business-logic/constants/DefaultTestData.ts +++ b/playwright-tests/business-logic/constants/DefaultTestData.ts @@ -97,7 +97,6 @@ export function getDefaultTestData(): Partial { isPolicyDriver: false, isPolicyFound: false, isUseVehicleOnPolicy: true, - isRecalNotification: false, hasOemEndorsement: false, skipEstimatePage: false, isRecalVehicle: false,