Add recal vehicle flag
This commit is contained in:
parent
5ca23e64c7
commit
e940bf1eb3
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ export interface ITestData {
|
||||||
paymentDetails: IPaymentDetails // Payment information
|
paymentDetails: IPaymentDetails // Payment information
|
||||||
isRecalNotification: boolean,
|
isRecalNotification: boolean,
|
||||||
isRecalWarning: boolean,
|
isRecalWarning: boolean,
|
||||||
|
isRecalVehicle: boolean,
|
||||||
isSeparateApptsWarning: boolean, // IF true, check for the separate appts warning on VehicleDamagePage
|
isSeparateApptsWarning: boolean, // IF true, check for the separate appts warning on VehicleDamagePage
|
||||||
isAuthenticationRequired: boolean,
|
isAuthenticationRequired: boolean,
|
||||||
isMoldingQuestion: boolean,
|
isMoldingQuestion: boolean,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue