Remove existing display of postage

It’s redundant now we’re displaying it as part of the template.
This commit is contained in:
Chris Hill-Scott
2019-02-05 16:19:17 +00:00
parent 66b5d2ccc7
commit b98f73112d
4 changed files with 22 additions and 23 deletions

View File

@@ -456,7 +456,7 @@ def test_view_letter_template_displays_postage(
template_id=fake_uuid,
)
assert normalize_spaces(page.select_one('#postage').text) == expected_result
assert normalize_spaces(page.select_one('.letter-postage').text) == expected_result
def test_view_non_letter_template_does_not_display_postage(