fixed testing

This commit is contained in:
Beverly Nguyen
2024-04-19 11:26:36 -07:00
parent e176af10c8
commit 360ebba45d
2 changed files with 3 additions and 6 deletions

View File

@@ -66,7 +66,8 @@
</div>
<h2>Sign-in method</h2>
<p>Your username, password, and multi-factor authentication options are handled by Login.gov. To make changes, head to <a href="https://secure.login.gov/">Login.gov</a>
and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.</p>
<p>Your username, password, and multi-factor authentication options are handled by Login.gov. </p>
<p>To make changes, head to <a href="https://secure.login.gov/">Login.gov</a>
and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.</p>
{% endblock %}

View File

@@ -52,7 +52,6 @@ def _mock_get_service_settings_page_common(
[
"",
"Service name Test Service Change service name",
"Sign-in method Text message code Change sign-in method",
"Send text messages On Change your settings for sending text messages",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",
@@ -63,7 +62,6 @@ def _mock_get_service_settings_page_common(
[
"",
"Service name Test Service Change service name",
"Sign-in method Text message code Change sign-in method",
"Send text messages On Change your settings for sending text messages",
"Text message senders (Only visible to Platform Admins) GOVUK Manage text message senders",
"Start text messages with service name On Change your settings "
@@ -192,7 +190,6 @@ def test_send_files_by_email_row_on_settings_page(
["email", "sms", "international_sms"],
[
"Service name service one Change service name",
"Sign-in method Text message code Change sign-in method",
"Send text messages On Change your settings for sending text messages",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",
@@ -202,7 +199,6 @@ def test_send_files_by_email_row_on_settings_page(
["email", "sms", "email_auth"],
[
"Service name service one Change service name",
"Sign-in method Email link or text message code Change sign-in method",
"Send text messages On Change your settings for sending text messages",
"Start text messages with service name On Change your settings "
"for starting text messages with service name",