mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #561 from GSA/notify-552
notify-552 remove option to use priority queue from UI
This commit is contained in:
@@ -658,7 +658,7 @@ def test_should_show_page_template_with_priority_select_if_platform_admin(
|
||||
|
||||
assert page.select_one('input[name=name]')['value'] == "Two week reminder"
|
||||
assert "Template <em>content</em> with & entity" in str(page.select_one('textarea'))
|
||||
assert "Use priority queue?" in page.text
|
||||
assert "Use priority queue?" not in page.text
|
||||
mock_get_service_template.assert_called_with(service_one['id'], template_id, None)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user