fix model selector loading

This commit is contained in:
Dobromir Popov
2026-07-09 08:28:32 +03:00
parent 9ec4ca9ce1
commit 5b1655fcca
2 changed files with 32 additions and 22 deletions

View File

@@ -50,6 +50,8 @@ def test_dashboard_chat_uses_streaming_fetch():
assert ".body.getReader()" in html
assert '=== "[DONE]"' in html
assert 'console.error("chat stream failed", err)' in html
assert "preloadChatModels" in html
assert "renderChatModels(true)" in html
def test_network_map_includes_node_friendly_name():