From 30e44a0af121d8f607e1736b5af9eec88374e304 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sat, 21 Feb 2026 10:05:21 -0500 Subject: [PATCH] Testing tests with Playwright --- tests/example.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();