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),