diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 7d2133cc4..230ad948d 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -64,7 +64,7 @@ export default defineConfig({ ['junit'], ['list'] ], - timeout: 180_000, + timeout: 300_000, /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { /* Base URL to use in actions like `await page.goto('/')`. */ diff --git a/playwright-tests/tests/alert-validation/alert0007_VinNotFound.ts b/playwright-tests/tests/alert-validation/alert0007_VinNotFound.ts index 0ee058903..fccf12662 100644 --- a/playwright-tests/tests/alert-validation/alert0007_VinNotFound.ts +++ b/playwright-tests/tests/alert-validation/alert0007_VinNotFound.ts @@ -75,9 +75,9 @@ const lookupTypesToTest: LookupTestCase[] = [ }, customerDetails: { address: { - street: '4076 Spectacle Dr', + street: '4076 Spectacle Drive', city: 'Columbus', - state: 'Ohio', + state: 'OH', postalCode: '59261', country: 'United States' }