Choices/test/scripts
terminalchai 848393233d test(e2e): add input width tests for select-one and select-multiple
- Add setWidth=true for select-one in _onInput (removes the SelectOne
  exclusion so both types now update width consistently on input)
- Update the corresponding unit test to reflect new behaviour
- Add two HTML test fixtures to both select-one and select-multiple
  test pages: input-width-placeholder (CJK placeholder) and
  input-width-typing (for typing width verification)
- Add describe('Input width') blocks to select-one.spec.ts and
  select-multiple.spec.ts covering:
  * CJK placeholder sets minWidth in ch units
  * Typing English 'f' sets style.width to '2ch'
  * Typing CJK '中' sets style.width to a valid ch value

Closes testing gap for the DOM-based setWidth implementation
2026-03-11 00:26:29 +05:30
..
actions It isn't the 1990s where 1080p monitors were exotic 2024-08-14 19:53:48 +08:00
components test(e2e): add input width tests for select-one and select-multiple 2026-03-11 00:26:29 +05:30
lib It isn't the 1990s where 1080p monitors were exotic 2024-08-14 19:53:48 +08:00
reducers cleanup tests 2024-09-05 12:47:06 +08:00
search Fix search unit tests 2026-01-01 01:43:24 +08:00
store Add searchDisabledChoices configuration option 2025-10-24 14:04:50 -05:00
choices.test.ts Fix searchEnabled being disabled for select-multiple 2026-01-01 07:42:04 +08:00
templates.test.ts Update unit tests 2025-08-16 23:16:19 +08:00