add test to see if fail for streams and evetns
This commit is contained in:
@@ -32,6 +32,10 @@ class DashboardTests(unittest.TestCase):
|
||||
self.assertIn("Update profile", HTML)
|
||||
self.assertIn("function mergeProfile", HTML)
|
||||
|
||||
def test_dashboard_has_direct_stream_selection_save(self):
|
||||
self.assertIn("Save streams", HTML)
|
||||
self.assertIn("function saveStreamSelection", HTML)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user