diff --git a/playwright-tests/tests/0002_EssentialRepairInShopAcura.ts b/playwright-tests/tests/0002_EssentialRepairInShopAcura.ts index f05482a4..a255853d 100644 --- a/playwright-tests/tests/0002_EssentialRepairInShopAcura.ts +++ b/playwright-tests/tests/0002_EssentialRepairInShopAcura.ts @@ -23,9 +23,9 @@ const essentialRepairInShopAcuraData: Partial = { phoneNumber: faker.helpers.fromRegExp(/[2-9][0-9][0-9]-[0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]/), notes: 'Automated Test', address: { - street: faker.location.streetAddress(), + street: '200 W. Oak Street', city: 'Fort Collins', - state: 'Colorado', + state: 'COLORADO', postalCode: '80526', country: 'United States' }