change poll mcp again status

This commit is contained in:
larssand
2026-07-02 21:14:43 +02:00
parent 7d1bdd35c9
commit f45c275e20
2 changed files with 21 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ class DashboardTests(unittest.TestCase):
self.assertIn("function renderCorrelationExplorer", HTML)
self.assertIn("correlationHitboxes", HTML)
def test_dashboard_shows_refreshing_mcp_as_polling_badge(self):
self.assertIn("function mcpCapability", HTML)
self.assertIn("connected, ${suffix}", HTML)
if __name__ == "__main__":
unittest.main()