mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Count recently-returned letters on the dashboard
Currently you have no way of getting to the returned letter page. This commit adds a link to it from the dashboard, following the pattern of the new received text messages banner.
This commit is contained in:
@@ -149,6 +149,7 @@ def test_accepting_invite_removes_invite_from_session(
|
||||
mock_get_billable_units,
|
||||
mock_get_free_sms_fragment_limit,
|
||||
mock_get_inbound_sms_summary,
|
||||
mock_get_returned_letter_summary_with_no_returned_letters,
|
||||
fake_uuid,
|
||||
user,
|
||||
landing_page_title,
|
||||
@@ -470,6 +471,7 @@ def test_new_invited_user_verifies_and_added_to_service(
|
||||
mock_get_service_statistics,
|
||||
mock_get_usage,
|
||||
mock_get_free_sms_fragment_limit,
|
||||
mock_get_returned_letter_summary_with_no_returned_letters,
|
||||
mock_create_event,
|
||||
mocker,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user