mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Few changes to column headings for clarity
- Removed "Failed" and "Total costs" on jobs page - Changed "Sent" to "Processed" on jobs page. - Removed "sent" from dashboard page on jobs table.
This commit is contained in:
@@ -74,9 +74,8 @@ def test_should_show_updates_for_one_job_as_json(
|
||||
|
||||
assert response.status_code == 200
|
||||
content = json.loads(response.get_data(as_text=True))
|
||||
assert 'sent' in content['counts']
|
||||
assert 'processed' in content['counts']
|
||||
assert 'queued' in content['counts']
|
||||
assert 'failed' in content['counts']
|
||||
assert 'Recipient' in content['notifications']
|
||||
assert 'Status' in content['notifications']
|
||||
assert 'Started' in content['status']
|
||||
|
||||
Reference in New Issue
Block a user