diff --git a/e2e/specs/onboarding-test.spec.ts b/e2e/specs/onboarding-test.spec.ts index 7c9903e..5e60b85 100644 --- a/e2e/specs/onboarding-test.spec.ts +++ b/e2e/specs/onboarding-test.spec.ts @@ -28,7 +28,7 @@ test('Basic Walkthrough', async ({ page }) => { await page .locator('li') .filter({ hasText: 'Basic Overview' }) - .locator('button', { hasText: 'Walkthrough' }) + .locator('a', { hasText: 'Walkthrough' }) .click(); });