Fixing tests

This commit is contained in:
alexjanousekGSA
2025-01-13 15:38:23 -05:00
parent 2cfb069c9c
commit 5994183c71
2 changed files with 3 additions and 2 deletions

View File

@@ -83,6 +83,8 @@ def test_hiding_pages_from_search_engines(
[
"privacy",
"pricing",
"old_roadmap",
"new_features_page"
"roadmap",
"features",
"documentation",
@@ -95,7 +97,6 @@ def test_hiding_pages_from_search_engines(
"benchmark_performance",
"security",
"message_status",
"features_sms",
"how_to_pay",
"get_started",
"guidance_index",

View File

@@ -145,7 +145,7 @@ def test_should_return_200_when_email_is_not_gov_uk(
)
assert (
"Enter a public sector email address or find out who can use Notify"
"Enter a public sector email address."
in normalize_spaces(page.select_one(".usa-error-message").text)
)