mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-18 07:43:11 -04:00
Fixed more tests
This commit is contained in:
@@ -83,10 +83,6 @@ def test_hiding_pages_from_search_engines(
|
||||
[
|
||||
"privacy",
|
||||
"pricing",
|
||||
"old_roadmap",
|
||||
"new_features_page"
|
||||
"roadmap",
|
||||
"features",
|
||||
"documentation",
|
||||
"best_practices",
|
||||
"clear_goals",
|
||||
@@ -95,7 +91,6 @@ def test_hiding_pages_from_search_engines(
|
||||
"write_for_action",
|
||||
"multiple_languages",
|
||||
"benchmark_performance",
|
||||
"security",
|
||||
"message_status",
|
||||
"how_to_pay",
|
||||
"get_started",
|
||||
@@ -163,11 +158,7 @@ def test_guidance_pages_link_to_service_pages_when_signed_in(client_request, moc
|
||||
@pytest.mark.parametrize(
|
||||
("view", "expected_view"),
|
||||
[
|
||||
("information_risk_management", "security"),
|
||||
("old_integration_testing", "integration_testing"),
|
||||
("old_roadmap", "roadmap"),
|
||||
("information_security", "using_notify"),
|
||||
("old_using_notify", "using_notify"),
|
||||
("delivery_and_failure", "message_status"),
|
||||
("callbacks", "documentation"),
|
||||
],
|
||||
|
||||
@@ -84,7 +84,7 @@ def test_should_redirect_after_email_change(
|
||||
[
|
||||
(
|
||||
"me@example.com",
|
||||
"Enter a public sector email address or find out who can use Notify",
|
||||
"Enter a public sector email address.",
|
||||
),
|
||||
(
|
||||
"not_valid",
|
||||
|
||||
Reference in New Issue
Block a user