mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -04:00
Fixing tests
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user