diff --git a/playwright-tests/business-logic/types/ITestData.ts b/playwright-tests/business-logic/types/ITestData.ts index ec616fb83..f9d776224 100644 --- a/playwright-tests/business-logic/types/ITestData.ts +++ b/playwright-tests/business-logic/types/ITestData.ts @@ -34,5 +34,6 @@ export interface ITestData { canNotRecal: boolean, dynamicRecal: boolean, promoCode: string, - policyZip: string + policyZip: string, + isPolicyUnverified: boolean } \ No newline at end of file