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:
Chris Hill-Scott
2019-02-22 17:11:12 +00:00
parent 4b8788aea8
commit 8aeb203124
3 changed files with 9 additions and 9 deletions

View File

@@ -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',