Testing tests with Playwright

This commit is contained in:
Scott Idem
2026-02-21 10:05:21 -05:00
parent 7724cac492
commit 30e44a0af1

View File

@@ -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();