diff --git a/app/templates/views/performance.html b/app/templates/views/performance.html index 663db2f46..d8ad5e34a 100644 --- a/app/templates/views/performance.html +++ b/app/templates/views/performance.html @@ -21,7 +21,6 @@
diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index db21a84bc..998ef65d5 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -34,10 +34,7 @@ def test_non_logged_in_user_can_see_homepage( assert normalize_spaces(page.select_one('#whos-using-notify').text) == ( 'Who’s using GOV.UK Notify ' - 'Organisations ' - '111 organisations ' - 'Services ' - '9,999 services ' + 'There are 111 organisations and 9,999 services using Notify. ' 'See the list of services and organisations.' ) assert page.select_one('#whos-using-notify a')['href'] == url_for( diff --git a/tests/app/main/views/test_performance.py b/tests/app/main/views/test_performance.py index 7a544e6f0..17519a7a9 100644 --- a/tests/app/main/views/test_performance.py +++ b/tests/app/main/views/test_performance.py @@ -116,7 +116,6 @@ def test_should_render_performance_page( 'Performance data ' '' 'Messages sent since May 2016 ' - 'Total messages ' '1.8 billion total ' '1.1 billion emails ' '987.7 million text messages ' @@ -134,7 +133,6 @@ def test_should_render_performance_page( 'Only showing the last 7 days ' '' 'Messages sent within 10 seconds ' - 'Average ' '96.8% on average ' 'Messages sent within 10 seconds ' 'Date Percentage ' @@ -148,8 +146,7 @@ def test_should_render_performance_page( 'Only showing the last 7 days ' '' 'Organisations using Notify ' - 'Organisations 111 organisations ' - 'Services 9,999 services ' + 'There are 111 organisations and 9,999 services using Notify. ' 'Organisations using Notify ' 'Organisation Number of live services ' 'Department of Examples and Patterns 2 '