fix(web): MS23-P2 restore main branch CI #732

Merged
jason.woltje merged 1 commits from fix/ms23-p2-main into main 2026-03-07 21:08:55 +00:00
Owner

Summary

  • Stabilize two flaky web tests that caused repeated main-branch CI failures during MS23-P2 merges.
  • Keep behavior unchanged; only test synchronization/timeout handling updated.

Changes

  • OnboardingWizard.test.tsx: increase timeout for slow happy-path test in constrained CI.
  • kanban/page.test.tsx: await + Add task buttons via async query before interaction.

Verification

  • pnpm --filter @mosaic/web exec vitest run src/components/onboarding/OnboardingWizard.test.tsx 'src/app/(authenticated)/kanban/page.test.tsx'
  • SKIP_ENV_VALIDATION=true pnpm turbo lint
  • SKIP_ENV_VALIDATION=true pnpm turbo typecheck
  • SKIP_ENV_VALIDATION=true pnpm turbo test --filter=@mosaic/web
## Summary - Stabilize two flaky web tests that caused repeated main-branch CI failures during MS23-P2 merges. - Keep behavior unchanged; only test synchronization/timeout handling updated. ## Changes - `OnboardingWizard.test.tsx`: increase timeout for slow happy-path test in constrained CI. - `kanban/page.test.tsx`: await `+ Add task` buttons via async query before interaction. ## Verification - `pnpm --filter @mosaic/web exec vitest run src/components/onboarding/OnboardingWizard.test.tsx 'src/app/(authenticated)/kanban/page.test.tsx'` - `SKIP_ENV_VALIDATION=true pnpm turbo lint` - `SKIP_ENV_VALIDATION=true pnpm turbo typecheck` - `SKIP_ENV_VALIDATION=true pnpm turbo test --filter=@mosaic/web`
jason.woltje added 1 commit 2026-03-07 20:56:08 +00:00
fix(web): MS23-P2 fix broken lint/typecheck on main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
90d2fa7563
jason.woltje merged commit 11d64341b1 into main 2026-03-07 21:08:55 +00:00
Sign in to join this conversation.