Remove redundant SMS test data for annual usage

This commit is contained in:
Ben Thorner
2022-04-27 16:47:37 +01:00
parent 4925264fb7
commit 82c3e8093d
2 changed files with 2 additions and 16 deletions

View File

@@ -1017,11 +1017,11 @@ def test_usage_page(
sms_column = normalize_spaces(annual_usage[1].text + annual_usage[4].text)
assert 'Text messages' in sms_column
assert '252,190 sent' in sms_column
assert '251,800 sent' in sms_column
assert '250,000 free allowance' in sms_column
assert '0 free allowance remaining' in sms_column
assert '£36.14 spent' in sms_column
assert '2,190 at 1.65 pence' in sms_column
assert '1,800 at 1.65 pence' in sms_column
letter_column = normalize_spaces(annual_usage[2].text + annual_usage[5].text)
assert 'Letters' in letter_column