mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
fixed testing
This commit is contained in:
@@ -66,7 +66,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Sign-in method</h2>
|
<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>
|
<p>Your username, password, and multi-factor authentication options are handled by Login.gov. </p>
|
||||||
and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.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 %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ def _mock_get_service_settings_page_common(
|
|||||||
[
|
[
|
||||||
"",
|
"",
|
||||||
"Service name Test Service Change service name",
|
"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",
|
"Send text messages On Change your settings for sending text messages",
|
||||||
"Start text messages with service name On Change your settings "
|
"Start text messages with service name On Change your settings "
|
||||||
"for starting text messages with service name",
|
"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",
|
"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",
|
"Send text messages On Change your settings for sending text messages",
|
||||||
"Text message senders (Only visible to Platform Admins) GOVUK Manage text message senders",
|
"Text message senders (Only visible to Platform Admins) GOVUK Manage text message senders",
|
||||||
"Start text messages with service name On Change your settings "
|
"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"],
|
["email", "sms", "international_sms"],
|
||||||
[
|
[
|
||||||
"Service name service one Change service name",
|
"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",
|
"Send text messages On Change your settings for sending text messages",
|
||||||
"Start text messages with service name On Change your settings "
|
"Start text messages with service name On Change your settings "
|
||||||
"for starting text messages with service name",
|
"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"],
|
["email", "sms", "email_auth"],
|
||||||
[
|
[
|
||||||
"Service name service one Change service name",
|
"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",
|
"Send text messages On Change your settings for sending text messages",
|
||||||
"Start text messages with service name On Change your settings "
|
"Start text messages with service name On Change your settings "
|
||||||
"for starting text messages with service name",
|
"for starting text messages with service name",
|
||||||
|
|||||||
Reference in New Issue
Block a user