mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Remove separation between upload and send
Now that you can access upload from within the send one off message flow, it doesn’t need its own linkbutton on the template page.
This commit is contained in:
@@ -205,12 +205,12 @@ def test_caseworker_redirected_to_one_off(
|
||||
),
|
||||
(
|
||||
['send_messages'],
|
||||
['.send_messages', '.set_sender'],
|
||||
['.set_sender'],
|
||||
None,
|
||||
),
|
||||
(
|
||||
['send_messages', 'manage_templates'],
|
||||
['.send_messages', '.set_sender', '.edit_service_template'],
|
||||
['.set_sender', '.edit_service_template'],
|
||||
None,
|
||||
),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user