mirror of
https://github.com/nexu-io/open-design.git
synced 2026-08-03 06:05:05 +08:00
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>