mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Rename CSS classes for consistency
This prefixes everything to do with areas/the map with `area-list`, so from looking at one element you know which `.scss` file will contain the relevant code.
This commit is contained in:
@@ -430,11 +430,11 @@ def test_preview_broadcast_areas_page(
|
||||
for item in page.select('ul.area-list li.area-list-item')
|
||||
] == areas_listed
|
||||
|
||||
assert len(page.select('#map')) == 1
|
||||
assert len(page.select('#area-list-map')) == 1
|
||||
|
||||
assert [
|
||||
normalize_spaces(item.text)
|
||||
for item in page.select('ul li.area-key')
|
||||
for item in page.select('ul li.area-list-key')
|
||||
] == estimates
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user