Add recal vehicle flag

This commit is contained in:
JennyNou 2026-03-30 20:51:28 -04:00
parent 5ca23e64c7
commit e940bf1eb3

View file

@ -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,