första UI/operatörs-pass
This commit is contained in:
@@ -36,6 +36,14 @@ class DashboardTests(unittest.TestCase):
|
||||
self.assertIn("Save streams", HTML)
|
||||
self.assertIn("function saveStreamSelection", HTML)
|
||||
|
||||
def test_dashboard_includes_operator_guidance(self):
|
||||
self.assertIn("Operator Guidance", HTML)
|
||||
self.assertIn("function buildActionPlan", HTML)
|
||||
|
||||
def test_dashboard_links_evidence_to_graylog(self):
|
||||
self.assertIn("function graylogEvidenceLink", HTML)
|
||||
self.assertIn("/search?rangetype=relative", HTML)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user