mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
show list of template folders on the choose templates page
Not linking anywhere yet. Also not sorted, and not filtered by parent_id.
This commit is contained in:
committed by
Alexey Bezhan
parent
1ecf360e7f
commit
078595da9d
@@ -104,6 +104,7 @@ def test_a_page_should_nave_selected_navigation_item(
|
||||
mock_get_service_templates,
|
||||
mock_get_users_by_service,
|
||||
mock_get_invites_for_service,
|
||||
mock_get_template_folders,
|
||||
endpoint,
|
||||
selected_nav_item,
|
||||
):
|
||||
@@ -151,6 +152,7 @@ def test_caseworkers_get_caseworking_navigation(
|
||||
client_request,
|
||||
mocker,
|
||||
fake_uuid,
|
||||
mock_get_template_folders,
|
||||
mock_get_service_templates,
|
||||
mock_has_no_jobs,
|
||||
):
|
||||
@@ -169,6 +171,7 @@ def test_caseworkers_see_jobs_nav_if_jobs_exist(
|
||||
mocker,
|
||||
fake_uuid,
|
||||
mock_get_service_templates,
|
||||
mock_get_template_folders,
|
||||
mock_has_jobs,
|
||||
):
|
||||
mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user