diff --git a/app/templates/views/broadcast/macros/area-map.html b/app/templates/views/broadcast/macros/area-map.html index 289bb24e3..06c9c67b0 100644 --- a/app/templates/views/broadcast/macros/area-map.html +++ b/app/templates/views/broadcast/macros/area-map.html @@ -1,15 +1,14 @@ {% macro map(broadcast_message) %}
- +

{% endmacro %} diff --git a/tests/app/main/views/test_broadcast.py b/tests/app/main/views/test_broadcast.py index 3c13b281c..8d83ca66d 100644 --- a/tests/app/main/views/test_broadcast.py +++ b/tests/app/main/views/test_broadcast.py @@ -923,7 +923,7 @@ def test_preview_broadcast_areas_page( assert [ normalize_spaces(item.text) - for item in page.select('ul li.area-list-key') + for item in page.select('.area-list-key') ] == estimates @@ -998,7 +998,7 @@ def test_preview_broadcast_areas_page_with_custom_polygons( assert [ normalize_spaces(item.text) - for item in page.select('ul li.area-list-key') + for item in page.select('.area-list-key') ] == expected_list_items