change size of delete

This commit is contained in:
larssand
2026-07-06 23:02:07 +02:00
parent d027645af7
commit 469b2f14b4
2 changed files with 7 additions and 3 deletions

View File

@@ -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)