diff --git a/tests/example.test.ts b/tests/example.test.ts index 002612a8..73f417d7 100644 --- a/tests/example.test.ts +++ b/tests/example.test.ts @@ -8,7 +8,7 @@ test('homepage has title and link', async ({ page }) => { }); test('get started link', async ({ page }) => { - await page.goto('http://localhost:4173/'); + await page.goto('http://scott.localhost:5173/'); // Click the get started link. await page.getByRole('link', { name: 'Docs' }).click();