mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into notify-678
This commit is contained in:
@@ -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",
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user