From 78249fd9cff01ea08d0552f36e746d293d1c307f Mon Sep 17 00:00:00 2001 From: "buf0-bot[bot]" <252831055+buf0-bot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:39:28 -0700 Subject: [PATCH] fix: pr-bug-scan validated finding from #2774 (#2789) Co-authored-by: orca-bug-scan-bot --- tests/e2e/onboarding.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/onboarding.spec.ts b/tests/e2e/onboarding.spec.ts index 46499791d71..9340ec791fe 100644 --- a/tests/e2e/onboarding.spec.ts +++ b/tests/e2e/onboarding.spec.ts @@ -131,7 +131,7 @@ async function continueFromFeatureSetupToRepo(page: Page): Promise { await expect( page.getByRole('heading', { name: /Interested in Orca's advanced features/i }) ).toBeVisible() - await onboardingFooterButton(page, /^Skip the tour\b/).click() + await onboardingFooterButton(page, /^Continue\b/).click() await expect(page.getByText('You can take the tour anytime')).toHaveCount(0) await expect(page.getByText('Open Help > Explore Orca when you want the tour.')).toHaveCount(0) await expect(page.getByRole('heading', { name: REPO_STEP_HEADING })).toBeVisible()