diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 9f5bf51e4..574f74e69 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -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", diff --git a/tests/app/main/views/test_register.py b/tests/app/main/views/test_register.py index df47524f7..952aa8211 100644 --- a/tests/app/main/views/test_register.py +++ b/tests/app/main/views/test_register.py @@ -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) )