Explain why this test ignores class attribute

This commit is contained in:
Chris Hill-Scott
2020-06-02 10:13:27 +01:00
parent 84f67bf1dd
commit f05d193809

View File

@@ -284,6 +284,7 @@ def test_letter_template_preview_links_to_the_correct_image(
page = client_request.get(
'main.letter_template',
_test_page_title=False,
# Letter HTML doesnt use the Design System, so elements wont have class attributes
_test_for_elements_without_class=False,
branding_style=branding_style
)