Update address and vehicle
This commit is contained in:
parent
0dbc77ce25
commit
9247ec1fae
1 changed files with 7 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue