Update address and vehicle

This commit is contained in:
JennyNou 2026-03-25 10:06:26 -04:00
parent 0dbc77ce25
commit 9247ec1fae

View file

@ -28,10 +28,10 @@ const essentialTpaEnabledData: Partial<ITestData> = {
notes: 'Automated Test',
address: {
// street: faker.location.streetAddress(),
street: '134 Woodlands Place',
city: 'Dublin',
state: 'Florida',
postalCode: '32040',
street: '1343 Cameron Ave',
city: 'Lewis Center',
state: 'OH',
postalCode: '43035',
country: 'United States'
}
},
@ -42,10 +42,10 @@ const essentialTpaEnabledData: Partial<ITestData> = {
damageCause: DamageType.Other
},
vehicleDetails: {
year: '2022',
year: '2015',
make: 'Honda',
model: 'Civic',
style: '4 door hatchback'
model: 'Accord',
style: '4 door sedan'
},
vehicleDamage: [
VehicleDamage.WindshieldThreeChips,