mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-10 04:14:37 -04:00
fixed testing
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user