Add can Safelite recalibrate to big truck test scenarios
This commit is contained in:
parent
2e7f660f61
commit
f2a3b09102
2 changed files with 2 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ const essentialServiceableBigTruckData: Partial<ITestData> = {
|
|||
isPolicyFound: false,
|
||||
endorsements: [],
|
||||
isReplace: true,
|
||||
bailoutFlags: {
|
||||
isHeavyTruckVehicleBailout: true,
|
||||
},
|
||||
vehiclePartQuestions: [
|
||||
{
|
||||
partQuestionType: PartQuestionType.WindshieldColor,
|
||||
|
|
@ -24,6 +21,7 @@ const essentialServiceableBigTruckData: Partial<ITestData> = {
|
|||
},
|
||||
],
|
||||
isSafelite: true,
|
||||
isCanSafeliteRecalibrate: false,
|
||||
servicePackage: faker.helpers.enumValue(ServicePackage),
|
||||
customerDetails: {
|
||||
firstName: faker.person.firstName(),
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ const advancedScenario0031Data: Partial<ITestData> = {
|
|||
isDuplicateClaim: false,
|
||||
isPolicyFound: true,
|
||||
isNoComp: false,
|
||||
isCanSafeliteRecalibrate: false,
|
||||
hasStateLawPopup: false,
|
||||
endorsements: undefined,
|
||||
vehiclePartQuestions: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue