fix restart issue
This commit is contained in:
@@ -53,6 +53,10 @@ class DashboardTests(unittest.TestCase):
|
||||
self.assertIn("function mcpCapability", HTML)
|
||||
self.assertIn("connected, ${suffix}", HTML)
|
||||
|
||||
def test_dashboard_has_visible_incident_action_status(self):
|
||||
self.assertIn("incidentNotice", HTML)
|
||||
self.assertIn("Incident marked", HTML)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user