mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
fix being able to add template without selecting a radio button
This commit is contained in:
@@ -959,6 +959,10 @@ def test_should_be_able_to_move_a_sub_item(
|
||||
'move_to': '__NONE__',
|
||||
'add_template_by_template_type': 'email',
|
||||
},
|
||||
# add a new template, but don't select anything
|
||||
{
|
||||
'operation': 'add-new-template',
|
||||
},
|
||||
])
|
||||
def test_no_action_if_user_fills_in_ambiguous_fields(
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user