mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Explain why this test ignores class attribute
This commit is contained in:
@@ -284,6 +284,7 @@ def test_letter_template_preview_links_to_the_correct_image(
|
|||||||
page = client_request.get(
|
page = client_request.get(
|
||||||
'main.letter_template',
|
'main.letter_template',
|
||||||
_test_page_title=False,
|
_test_page_title=False,
|
||||||
|
# Letter HTML doesn’t use the Design System, so elements won’t have class attributes
|
||||||
_test_for_elements_without_class=False,
|
_test_for_elements_without_class=False,
|
||||||
branding_style=branding_style
|
branding_style=branding_style
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user