change size of delete
This commit is contained in:
@@ -35,9 +35,10 @@ class DashboardTests(unittest.TestCase):
|
||||
self.assertIn("function mergeProfile", HTML)
|
||||
|
||||
def test_dashboard_can_delete_stream_profiles(self):
|
||||
self.assertIn("Delete profile", HTML)
|
||||
self.assertIn("Remove", HTML)
|
||||
self.assertIn("function deleteStreamProfile", HTML)
|
||||
self.assertIn("delete-stream-profile", HTML)
|
||||
self.assertIn("danger-action", HTML)
|
||||
|
||||
def test_dashboard_has_direct_stream_selection_save(self):
|
||||
self.assertIn("Save streams", HTML)
|
||||
|
||||
Reference in New Issue
Block a user