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,