From ca98009e46e1c0c06bb3e6b5758a98a7dc51c368 Mon Sep 17 00:00:00 2001 From: Jon Shipley Date: Sat, 28 Sep 2024 15:59:46 +0100 Subject: [PATCH] 65515-copy-change (#2924) * Update copy when site unavailable rather than read-only * update e2e test * update assets version --- admin/views/availability/admin-window-unavailable.ejs | 2 +- .../features/step_definitions/post_check_window_steps.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/views/availability/admin-window-unavailable.ejs b/admin/views/availability/admin-window-unavailable.ejs index 26669ea1ee..962b9aff6c 100644 --- a/admin/views/availability/admin-window-unavailable.ejs +++ b/admin/views/availability/admin-window-unavailable.ejs @@ -4,7 +4,7 @@

The multiplication tables check service is currently closed

<%- partial('partials/_gds_session_expiry') %> -

The multiplication tables check service opens on Monday 8 April 2024 for maintained schools, special schools and academies (including free schools) with year 4 pupils.

+

The multiplication tables check service opens on Monday 28 April 2025 for maintained schools, special schools and academies (including free schools) with year 4 pupils.

Further information is available on GOV.UK: https://www.gov.uk/government/collections/multiplication-tables-check diff --git a/test/admin-hpa/features/step_definitions/post_check_window_steps.rb b/test/admin-hpa/features/step_definitions/post_check_window_steps.rb index 704b11e33d..8cf9a73074 100644 --- a/test/admin-hpa/features/step_definitions/post_check_window_steps.rb +++ b/test/admin-hpa/features/step_definitions/post_check_window_steps.rb @@ -49,5 +49,5 @@ Then(/^teachers should see the service unavailable page$/) do step 'I am logged in' - expect(page.text).to include "\nThe multiplication tables check service is currently closed\nThe multiplication tables check service opens on Monday 8 April 2024 for maintained schools, special schools and academies (including free schools) with year 4 pupils.\nFurther information is available on GOV.UK: https://www.gov.uk/government/collections/multiplication-tables-check\nSign out" + expect(page.text).to include "\nThe multiplication tables check service is currently closed\nThe multiplication tables check service opens on Monday 28 April 2025 for maintained schools, special schools and academies (including free schools) with year 4 pupils.\nFurther information is available on GOV.UK: https://www.gov.uk/government/collections/multiplication-tables-check\nSign out" end