fix: pr-bug-scan validated finding from #2774 (#2789)

Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
This commit is contained in:
buf0-bot[bot]
2026-05-25 13:39:28 -07:00
committed by GitHub
co-authored by orca-bug-scan-bot
parent 9453d63989
commit 78249fd9cf
+1 -1
View File
@@ -131,7 +131,7 @@ async function continueFromFeatureSetupToRepo(page: Page): Promise<void> {
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()