mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 12:09:20 -04:00
some test tweaks for page reductions
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<h1 class="heading-large">Contact us</h1>
|
||||
|
||||
<p class="govuk-body">We are available at <a href="mailto:tts-benefits-studio@gsa.gov">tts-benefits-studio@gsa.gov</a>.</p>
|
||||
<p class="govuk-body">We are available at <a class="govuk-link govuk-link--no-visited-state"" href="mailto:tts-benefits-studio@gsa.gov">tts-benefits-studio@gsa.gov</a>.</p>
|
||||
|
||||
<p class="govuk-body">You can expect a response within 1 business day.</p>
|
||||
|
||||
|
||||
@@ -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