diff --git a/notifications_utils/jinja_templates/letter_image_template.jinja2 b/notifications_utils/jinja_templates/letter_image_template.jinja2 index b03428ca1..506d842fc 100644 --- a/notifications_utils/jinja_templates/letter_image_template.jinja2 +++ b/notifications_utils/jinja_templates/letter_image_template.jinja2 @@ -9,7 +9,7 @@ {% endfor %} -
+

Recipient address

diff --git a/tests/notifications_utils/test_template_types.py b/tests/notifications_utils/test_template_types.py index 051002823..3256a1c90 100644 --- a/tests/notifications_utils/test_template_types.py +++ b/tests/notifications_utils/test_template_types.py @@ -1200,7 +1200,7 @@ def test_letter_image_template_renders_visually_hidden_address(): ), features="html.parser", ) - assert str(template.select_one(".govuk-visually-hidden ul")) == ( + assert str(template.select_one(".usa-sr-only ul")) == ( "" )