Merge pull request #3617 from alphagov/population-estimates

Give estimates of the number of phones in a broadcast area
This commit is contained in:
Chris Hill-Scott
2020-09-17 11:41:00 +01:00
committed by GitHub
16 changed files with 9923 additions and 21 deletions

View File

@@ -351,8 +351,8 @@ def test_preview_broadcast_areas_page(
normalize_spaces(item.text)
for item in page.select('ul li.area-key')
] == [
'An area of 176,714.9 square miles Will get the alert',
'An extra area of 3,052.8 square miles is Likely to get the alert',
'An area of 176,714.9 square miles Will get the alert (44,000,000 phones)',
'An extra area of 3,052.8 square miles is Likely to get the alert (800,000 phones)',
]