mirror of
https://github.com/stablyai/orca.git
synced 2026-09-21 16:02:20 +00:00
Co-authored-by: orca-bug-scan-bot <orca-bug-scan-bot@stably.ai>
This commit is contained in:
co-authored by
orca-bug-scan-bot
parent
9453d63989
commit
78249fd9cf
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user