From e940bf1eb3b65dd267e9936279c3217ab1f0d3f7 Mon Sep 17 00:00:00 2001 From: JennyNou Date: Mon, 30 Mar 2026 20:51:28 -0400 Subject: [PATCH] Add recal vehicle flag --- playwright-tests/business-logic/types/ITestData.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright-tests/business-logic/types/ITestData.ts b/playwright-tests/business-logic/types/ITestData.ts index 05bcbabd..3d350351 100644 --- a/playwright-tests/business-logic/types/ITestData.ts +++ b/playwright-tests/business-logic/types/ITestData.ts @@ -36,6 +36,7 @@ export interface ITestData { paymentDetails: IPaymentDetails // Payment information isRecalNotification: boolean, isRecalWarning: boolean, + isRecalVehicle: boolean, isSeparateApptsWarning: boolean, // IF true, check for the separate appts warning on VehicleDamagePage isAuthenticationRequired: boolean, isMoldingQuestion: boolean,