mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
some test tweaks for page reductions
This commit is contained in:
@@ -21,6 +21,7 @@ def no_redirect():
|
||||
return lambda: None
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Not currently using Zendesk")
|
||||
def test_get_support_index_page(
|
||||
client_request,
|
||||
):
|
||||
@@ -41,6 +42,7 @@ def test_get_support_index_page(
|
||||
) == 'Continue'
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Not currently using Zendesk")
|
||||
def test_get_support_index_page_when_signed_out(
|
||||
client_request,
|
||||
):
|
||||
|
||||
@@ -98,7 +98,7 @@ def test_hiding_pages_from_search_engines(
|
||||
'features_letters', 'how_to_pay', 'get_started',
|
||||
'guidance_index', 'branding_and_customisation',
|
||||
'create_and_send_messages', 'edit_and_format_messages',
|
||||
'send_files_by_email', 'upload_a_letter', 'who_can_use_notify',
|
||||
'send_files_by_email', 'upload_a_letter',
|
||||
'billing_details',
|
||||
])
|
||||
def test_static_pages(
|
||||
|
||||
Reference in New Issue
Block a user