Added policy zip to test data

This commit is contained in:
Jenny Nou 2025-05-20 15:56:58 -04:00
parent 2b16a6b2fd
commit 9c13fec5a2

View file

@ -33,5 +33,6 @@ export interface ITestData {
isRecalVehicle: boolean, isRecalVehicle: boolean,
canNotRecal: boolean, canNotRecal: boolean,
dynamicRecal: boolean, dynamicRecal: boolean,
promoCode: string promoCode: string,
policyZip: string
} }