Context
Onboarding sliders (needs/wants/savings allocation) are tested in tier1 for functionality but have no viewport-specific assertions for touch-friendliness — button sizes, hit targets, and slider handle sizes on mobile/tablet.
Scope
Add assertions to verify:
- Slider handles have minimum 44px touch target on mobile (390×844)
- Next/Finish buttons meet minimum tap target size (44×44px) on mobile
- Slider labels remain readable (not truncated) at mobile width
- Step indicator dots are tap-accessible on tablet
References
- Existing
onboarding.spec.ts in tier1 covers slider functionality
- v1.0.20 touched onboarding sliders across viewports
- WCAG 2.5.8 recommends 44×44px minimum touch targets
Context
Onboarding sliders (needs/wants/savings allocation) are tested in tier1 for functionality but have no viewport-specific assertions for touch-friendliness — button sizes, hit targets, and slider handle sizes on mobile/tablet.
Scope
Add assertions to verify:
References
onboarding.spec.tsin tier1 covers slider functionality