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