Fix for test failures

This commit is contained in:
JennyNou 2026-05-05 16:48:52 -04:00
parent f4b4e6e863
commit ca3b8a452a
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ const essentialUnqiqueGlassData: Partial<ITestData> = {
endorsements: [],
isReplace: false,
isSafelite: true,
servicePackage: faker.helpers.enumValue(ServicePackage),
servicePackage: ServicePackage.GlassOnly,
customerDetails: {
firstName: faker.person.firstName(),
lastName: faker.person.lastName(),
@ -51,12 +51,12 @@ const essentialUnqiqueGlassData: Partial<ITestData> = {
{
partQuestionType: PartQuestionType.WindshieldColor,
isOnPage: true,
optionToSelect: 'Third Visor Frit'
optionToSelect: '3rd Visor Frit'
},
{
partQuestionType: PartQuestionType.DriverSideColor,
isOnPage: true,
optionToSelect: 'Solar, Driver side, Rear, Movable, Exc. 118" Wb, Aftermarket'
optionToSelect: 'Solar~left~rear~movable~exc. 118" Wb~aftermarket'
},
],
appointmentDetails: {

View file

@ -15,7 +15,7 @@ const essentialHappyPathData: Partial<ITestData> = {
isReplace: false,
partQuestions: undefined,
isSafelite: true,
servicePackage: faker.helpers.enumValue(ServicePackage),
servicePackage: ServicePackage.GlassOnly,
customerDetails: {
firstName: faker.person.firstName(),
lastName: faker.person.lastName(),

View file

@ -33,7 +33,7 @@ const advancedScenario0007Data: Partial<ITestData> = {
isDuplicateClaim: false,
isPolicyFound: true,
isNoComp: false,
hasStateLawPopup: true,
hasStateLawPopup: false,
endorsements: undefined,
vehiclePartQuestions: [
// {

View file

@ -46,7 +46,7 @@ const advancedScenario0015Data: Partial<ITestData> = {
{
partQuestionType: PartQuestionType.WindshieldColor,
isOnPage: true,
optionToSelect: 'Heated glass, Heated glass Wiper Park'
optionToSelect: 'Heated glass, Hwp'
},
{
partQuestionType: PartQuestionType.DriverFrontColor,