fix for scenrio-25 bailout flag .
This commit is contained in:
parent
f5b97a6320
commit
723334bcc1
1 changed files with 3 additions and 1 deletions
|
|
@ -35,7 +35,9 @@ const advancedScenario0025Data: Partial<ITestData> = {
|
|||
endorsements: undefined,
|
||||
isUseVehicleOnPolicy: false,
|
||||
isVehicleLookupValidations: false,
|
||||
isVehicleSelectBailout: true,
|
||||
bailoutFlags: {
|
||||
isVehicleSelectBailout: true,
|
||||
},
|
||||
isMoldingQuestion: true,
|
||||
isSafelite: true,
|
||||
servicePackage: faker.helpers.enumValue(ServicePackage),
|
||||
|
|
|
|||
Loading…
Reference in a new issue