litellm/ui
Cursor Agent 98fae6845a
test(ui): filter the Default model pin combobox by typing, not by virtualized index
The 'default model pin' tests picked the pin out of the antd Select by title, which
only works while the pin is inside the (virtualized) options list's visible viewport.
Adding a third bundled preset in #37068 grew the mocked model set, pushed the pin
below the viewport, and reddened the tests on staging even though nothing about the
production pin behaviour changed. Typing filters the Select down to the pin so the
match is not sensitive to where the pin lands in the list.

Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
2026-08-17 18:16:33 +00:00
..
litellm-dashboard test(ui): filter the Default model pin combobox by typing, not by virtualized index 2026-08-17 18:16:33 +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