Reword ‘recent templates’ section of dashboard

This commit is contained in:
Chris Hill-Scott
2016-04-11 09:58:36 +01:00
parent e49687b8b0
commit 7e54703e2f
2 changed files with 6 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ def test_should_show_recent_templates_on_dashboard(app_,
assert 'Test Service' in headers
assert 'Sent today' in headers
template_usage_headers = [th.text.strip() for th in page.thead.find_all('th')]
for th in ['Template', 'Type', 'Usage']:
for th in ['Template', 'Type', 'Messages sent']:
assert th in template_usage_headers
table_rows = page.tbody.find_all('tr')