Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678

This commit is contained in:
Andrew Shumway
2023-10-10 11:00:37 -06:00
23 changed files with 408 additions and 349 deletions

View File

@@ -60,7 +60,6 @@ def mock_get_service_settings_page_common(
"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",
"Send international text messages Off Change your settings for sending international text messages",
],
),
(
@@ -235,7 +234,6 @@ def test_send_files_by_email_row_on_settings_page(
"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",
"Send international text messages On Change your settings for sending international text messages",
],
),
(
@@ -246,7 +244,6 @@ def test_send_files_by_email_row_on_settings_page(
"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",
"Send international text messages Off Change your settings for sending international text messages",
],
),
],

View File

@@ -545,7 +545,7 @@ def test_user_with_only_send_and_view_redirected_to_set_sender_for_one_off(
(
["send_messages", "manage_templates"],
[
(".set_sender", "Prepare to send a message using this template"),
(".set_sender", "Use this template"),
(".edit_service_template", "Edit"),
],
None,