Files
nexu-io-open-design/e2e/specs
lefarcen 295e541085 fix(e2e): stop the packaged Windows onboarding smoke racing the onboarding redirect (#4710)
A fresh install boots at od://app/ and the SPA immediately redirects to the dedicated
onboarding route (od://app/onboarding, since the #4513 cloud sign-in redesign). The healthy
inspect can land just before or just after that redirect, so the reported URL/href is either
one — but the smoke pinned the exact bare root with .toBe('od://app/'), which flaked ~3 of 4
nightly Windows builds when the redirect won the race (AssertionError: expected
'od://app/onboarding' to be 'od://app/').

Match the prefix leniently, exactly as mac.spec.ts and this test's own onboarding-landing
assertion already do. Test-only; no product change.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 17:18:28 +00:00
..