change poll mcp again status
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user