diff --git a/playwright-tests/tests/0001_EssentialReplaceStatisAdas.ts b/playwright-tests/tests/0001_EssentialReplaceStatisAdas.ts index cc3da886..f3a4588a 100644 --- a/playwright-tests/tests/0001_EssentialReplaceStatisAdas.ts +++ b/playwright-tests/tests/0001_EssentialReplaceStatisAdas.ts @@ -21,10 +21,10 @@ const essentialReplaceStaticAdasData: 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(), - city: 'Knoxville', - state: 'Tennessee', - postalCode: '37996', + street: "123 Test Road", + city: 'Columbus', + state: 'OHIO', + postalCode: '43085', country: 'United States' } },