From 9c13fec5a2448c496c7b43bf6f673eedf6658583 Mon Sep 17 00:00:00 2001 From: Jenny Nou Date: Tue, 20 May 2025 15:56:58 -0400 Subject: [PATCH] Added policy zip to test data --- playwright-tests/business-logic/types/ITestData.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playwright-tests/business-logic/types/ITestData.ts b/playwright-tests/business-logic/types/ITestData.ts index dab74efcf..ec616fb83 100644 --- a/playwright-tests/business-logic/types/ITestData.ts +++ b/playwright-tests/business-logic/types/ITestData.ts @@ -33,5 +33,6 @@ export interface ITestData { isRecalVehicle: boolean, canNotRecal: boolean, dynamicRecal: boolean, - promoCode: string + promoCode: string, + policyZip: string } \ No newline at end of file