Commit 669467f
committed
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.1 parent 91955bd commit 669467f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments