Fix for test failures
This commit is contained in:
parent
f4b4e6e863
commit
ca3b8a452a
4 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ const essentialUnqiqueGlassData: Partial<ITestData> = {
|
||||||
endorsements: [],
|
endorsements: [],
|
||||||
isReplace: false,
|
isReplace: false,
|
||||||
isSafelite: true,
|
isSafelite: true,
|
||||||
servicePackage: faker.helpers.enumValue(ServicePackage),
|
servicePackage: ServicePackage.GlassOnly,
|
||||||
customerDetails: {
|
customerDetails: {
|
||||||
firstName: faker.person.firstName(),
|
firstName: faker.person.firstName(),
|
||||||
lastName: faker.person.lastName(),
|
lastName: faker.person.lastName(),
|
||||||
|
|
@ -51,12 +51,12 @@ const essentialUnqiqueGlassData: Partial<ITestData> = {
|
||||||
{
|
{
|
||||||
partQuestionType: PartQuestionType.WindshieldColor,
|
partQuestionType: PartQuestionType.WindshieldColor,
|
||||||
isOnPage: true,
|
isOnPage: true,
|
||||||
optionToSelect: 'Third Visor Frit'
|
optionToSelect: '3rd Visor Frit'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
partQuestionType: PartQuestionType.DriverSideColor,
|
partQuestionType: PartQuestionType.DriverSideColor,
|
||||||
isOnPage: true,
|
isOnPage: true,
|
||||||
optionToSelect: 'Solar, Driver side, Rear, Movable, Exc. 118" Wb, Aftermarket'
|
optionToSelect: 'Solar~left~rear~movable~exc. 118" Wb~aftermarket'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
appointmentDetails: {
|
appointmentDetails: {
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ const essentialHappyPathData: Partial<ITestData> = {
|
||||||
isReplace: false,
|
isReplace: false,
|
||||||
partQuestions: undefined,
|
partQuestions: undefined,
|
||||||
isSafelite: true,
|
isSafelite: true,
|
||||||
servicePackage: faker.helpers.enumValue(ServicePackage),
|
servicePackage: ServicePackage.GlassOnly,
|
||||||
customerDetails: {
|
customerDetails: {
|
||||||
firstName: faker.person.firstName(),
|
firstName: faker.person.firstName(),
|
||||||
lastName: faker.person.lastName(),
|
lastName: faker.person.lastName(),
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ const advancedScenario0007Data: Partial<ITestData> = {
|
||||||
isDuplicateClaim: false,
|
isDuplicateClaim: false,
|
||||||
isPolicyFound: true,
|
isPolicyFound: true,
|
||||||
isNoComp: false,
|
isNoComp: false,
|
||||||
hasStateLawPopup: true,
|
hasStateLawPopup: false,
|
||||||
endorsements: undefined,
|
endorsements: undefined,
|
||||||
vehiclePartQuestions: [
|
vehiclePartQuestions: [
|
||||||
// {
|
// {
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ const advancedScenario0015Data: Partial<ITestData> = {
|
||||||
{
|
{
|
||||||
partQuestionType: PartQuestionType.WindshieldColor,
|
partQuestionType: PartQuestionType.WindshieldColor,
|
||||||
isOnPage: true,
|
isOnPage: true,
|
||||||
optionToSelect: 'Heated glass, Heated glass Wiper Park'
|
optionToSelect: 'Heated glass, Hwp'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
partQuestionType: PartQuestionType.DriverFrontColor,
|
partQuestionType: PartQuestionType.DriverFrontColor,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue