You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix misleading test names for RangePicker manual clear
- Renamed tests to accurately reflect what they test
- RangePicker doesn't immediately trigger onChange when clearing individual inputs
(this is expected behavior due to range validation logic)
- Tests verify input values are cleared, not onChange behavior
- All 11 manual clear tests passing
Before: 'should trigger onChange when manually clearing start input'
After: 'should clear start input value when manually clearing'
This addresses review feedback while clarifying the actual behavior being tested.
0 commit comments