Add test for the trackers link

This commit is contained in:
John Whitlock 2024-02-29 11:03:46 -06:00
Родитель a1839b51ad
Коммит 0c7976e218
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 082C735D154FB750
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1735,6 +1735,10 @@ def test_wrapped_email_test(
"<li><strong>num_level_one_email_trackers_removed</strong>:"
f"{num_level_one_email_trackers_removed}"
) in no_space_html
if has_tracker_report_link == "Yes" and num_level_one_email_trackers_removed != "0":
assert "/tracker-report/#" in no_space_html
else:
assert "/tracker-report/#" not in no_space_html
@pytest.mark.parametrize("forwarded", ("False", "True"))