mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Hide email, text message and letter settings
Services with the broadcast permission won’t be able to send emails, text messages or letters. So we should avoid confusion by removing any reference to these things.
This commit is contained in:
@@ -289,6 +289,12 @@ def test_send_files_by_email_row_on_settings_page(
|
||||
'Letter branding Not set Change',
|
||||
|
||||
]),
|
||||
(['broadcast'], [
|
||||
|
||||
'Service name service one Change',
|
||||
'Sign-in method Text message code Change',
|
||||
|
||||
]),
|
||||
])
|
||||
def test_should_show_overview_for_service_with_more_things_set(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user