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,
|
isPolicyFound: false,
|
||||||
endorsements: [],
|
endorsements: [],
|
||||||
isReplace: true,
|
isReplace: true,
|
||||||
bailoutFlags: {
|
|
||||||
isHeavyTruckVehicleBailout: true,
|
|
||||||
},
|
|
||||||
vehiclePartQuestions: [
|
vehiclePartQuestions: [
|
||||||
{
|
{
|
||||||
partQuestionType: PartQuestionType.WindshieldColor,
|
partQuestionType: PartQuestionType.WindshieldColor,
|
||||||
|
|
@ -24,6 +21,7 @@ const essentialServiceableBigTruckData: Partial<ITestData> = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
isSafelite: true,
|
isSafelite: true,
|
||||||
|
isCanSafeliteRecalibrate: false,
|
||||||
servicePackage: faker.helpers.enumValue(ServicePackage),
|
servicePackage: faker.helpers.enumValue(ServicePackage),
|
||||||
customerDetails: {
|
customerDetails: {
|
||||||
firstName: faker.person.firstName(),
|
firstName: faker.person.firstName(),
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ const advancedScenario0031Data: Partial<ITestData> = {
|
||||||
isDuplicateClaim: false,
|
isDuplicateClaim: false,
|
||||||
isPolicyFound: true,
|
isPolicyFound: true,
|
||||||
isNoComp: false,
|
isNoComp: false,
|
||||||
|
isCanSafeliteRecalibrate: false,
|
||||||
hasStateLawPopup: false,
|
hasStateLawPopup: false,
|
||||||
endorsements: undefined,
|
endorsements: undefined,
|
||||||
vehiclePartQuestions: [
|
vehiclePartQuestions: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue