mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Put template type navigation in correct order
We always talk about the things you can send using Notify as _emails, text messages and letters_, in that order. The navigation should reflect this.
This commit is contained in:
@@ -96,7 +96,7 @@ def test_should_show_add_template_form_if_service_has_folder_permission(
|
||||
active_user_view_permissions,
|
||||
'Templates',
|
||||
{},
|
||||
['Text message', 'Email', 'Letter'],
|
||||
['Email', 'Text message', 'Letter'],
|
||||
[
|
||||
'sms_template_one',
|
||||
'sms_template_two',
|
||||
@@ -124,14 +124,14 @@ def test_should_show_add_template_form_if_service_has_folder_permission(
|
||||
active_user_view_permissions,
|
||||
'Templates',
|
||||
{'template_type': 'letter'},
|
||||
['All', 'Text message', 'Email'],
|
||||
['All', 'Email', 'Text message'],
|
||||
['letter_template_one', 'letter_template_two'],
|
||||
),
|
||||
(
|
||||
active_caseworking_user,
|
||||
'Templates',
|
||||
{},
|
||||
['Text message', 'Email', 'Letter'],
|
||||
['Email', 'Text message', 'Letter'],
|
||||
[
|
||||
'sms_template_one',
|
||||
'sms_template_two',
|
||||
|
||||
Reference in New Issue
Block a user