litellm/ui
Cursor Agent 5af1da5692
test(ui): filter the Default Model combobox to reach the pin past virtualization
The default-model-pin tests open the Default Model select and click the
option titled pinned-default-model, but AntdSelect virtualizes its options
and JSDOM has no layout, so only the first ~10 options render. The Lite
preset (#37068) grew the shared ALL_FAMILY_MODELS list past that window,
pushing PINNED_MODEL out of the DOM and turning both pin tests red on
litellm_internal_staging.

Type the pin's name into the search-enabled select so only the pin renders,
sidestepping virtualization instead of scrolling a JSDOM list that never has
a real viewport.

Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
2026-08-17 20:12:10 +00:00
..
litellm-dashboard test(ui): filter the Default Model combobox to reach the pin past virtualization 2026-08-17 20:12:10 +00:00
Dockerfile chore(build): move the Admin UI toolchain to Node 24 (#35801) 2026-08-04 12:36:07 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00