improve find fileds for default profiles
This commit is contained in:
@@ -28,6 +28,10 @@ class DashboardTests(unittest.TestCase):
|
||||
self.assertIn('data-view="howto"', HTML)
|
||||
self.assertIn("How To Use SignalScope", HTML)
|
||||
|
||||
def test_dashboard_can_update_existing_recommended_profiles(self):
|
||||
self.assertIn("Update profile", HTML)
|
||||
self.assertIn("function mergeProfile", HTML)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user