From 723334bcc162b3db8f3e2bd438279a292c426331 Mon Sep 17 00:00:00 2001 From: Siraj Shaik Date: Thu, 13 Mar 2025 10:35:48 -0400 Subject: [PATCH] fix for scenrio-25 bailout flag . --- .../tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts b/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts index 1f7c3d84..f3e6c7a8 100644 --- a/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts +++ b/playwright-tests/tests/advanced/0025a_VehicleByVINUnverifiedBailout.ts @@ -35,7 +35,9 @@ const advancedScenario0025Data: Partial = { endorsements: undefined, isUseVehicleOnPolicy: false, isVehicleLookupValidations: false, - isVehicleSelectBailout: true, + bailoutFlags: { + isVehicleSelectBailout: true, + }, isMoldingQuestion: true, isSafelite: true, servicePackage: faker.helpers.enumValue(ServicePackage),