diff --git a/playwright-tests/tests/0000__M.test.ts b/playwright-tests/tests/0000__M.test.ts index d504bf24e..e09acec35 100644 --- a/playwright-tests/tests/0000__M.test.ts +++ b/playwright-tests/tests/0000__M.test.ts @@ -31,7 +31,7 @@ import cashRepairInShopAfterPayTests from "./CashRepairInShopAfterPay"; import cashRepairInShopPayPalTests from "./CashRepairInShopPayPal"; import cashReplaceMultiSlidingGlassDropoffTests from "./CashReplaceMultiSlidingGlassDropoff"; import cashReplaceMultiGlassMobileTests from "./CashReplaceMultiGlassMobile"; -import insuranceBigTruckVerifiedTests from "./BigTruckInsuranceVerifiedFlow"; +import insuranceBigTruckVerifiedTests from "./InsuranceBigTruckVerified"; /** * Master Test Runner @@ -68,7 +68,7 @@ const allStandardTests = [ {name: "CashReplaceWiperPromoInshop", tests: cashReplaceWiperPromoInShopTests}, {name: "InsuranceAcuityPaypal", tests: insuranceAcuityPaypalTests}, {name: "InsuranceITAC21stCentury", tests: insuranceITAC21stCenturyTests}, - {name: "BigTruckInsuranceVerifiedFlow", tests: insuranceBigTruckVerifiedTests}, + {name: "InsuranceBigTruckVerified", tests: insuranceBigTruckVerifiedTests}, // {name: "InsuranceGeico", tests: insuranceGeicoTests}, // {name: "InsuranceITACOptimizedPriceValidationAllState", tests: insuranceITACOptimizedPriceValidationAllStateTests} diff --git a/playwright-tests/tests/BigTruckInsuranceVerifiedFlow.ts b/playwright-tests/tests/InsuranceBigTruckVerified.ts similarity index 95% rename from playwright-tests/tests/BigTruckInsuranceVerifiedFlow.ts rename to playwright-tests/tests/InsuranceBigTruckVerified.ts index 78832afd5..f06e9171d 100644 --- a/playwright-tests/tests/BigTruckInsuranceVerifiedFlow.ts +++ b/playwright-tests/tests/InsuranceBigTruckVerified.ts @@ -30,7 +30,7 @@ const insuranceBigTruckVerifiedData: Partial = { ...getDefaultTestData().customerDetails!.address, city: 'Ontario', state: 'California', - postalCode: '55414' + postalCode: '43085' } }, @@ -40,6 +40,7 @@ const insuranceBigTruckVerifiedData: Partial = { client: 'USAA', policyNumber: 'Mock900040BigTruck', policyDeductible: 2000.00, + policyZip: '55414', damageDate: new Date(new Date().setDate(new Date().getDate() - 1)).toLocaleDateString('en-US', {month: '2-digit', day: '2-digit', year: 'numeric'}), damageCause: DamageType.Rock }, @@ -60,7 +61,7 @@ const insuranceBigTruckVerifiedData: Partial = { // Override for in-shop appointment appointmentDetails: { serviceLocation: AppointmentType.InShop, - shopAddress: '504 Malcolm Ave Se, Minneapolis, MN 55414', + shopAddress: '5719 Brandt Pike, Dayton, OH 45424', appointmentDate: getDefaultTestData().appointmentDetails?.appointmentDate },