diff --git a/config/machine_readable/how-to-vote.yml b/config/machine_readable/how-to-vote.yml index b35177af7..e4d5b5a55 100644 --- a/config/machine_readable/how-to-vote.yml +++ b/config/machine_readable/how-to-vote.yml @@ -1,6 +1,6 @@ title: "How to vote" preamble: > -
You need to be registered to vote before you can vote in UK elections or referendums.
+You need to register to vote before you can vote in UK elections or referendums.
If you’re eligible, you can vote in person on the day of the election at a named polling station. You can also apply for a postal or proxy vote instead.
There are elections and referendums in England, Scotland and Wales on 6 May 2021.
@@ -34,20 +34,20 @@ faqs: - question: Voting and coronavirus (COVID-19) answer: > -Elections and referendums are going ahead during coronavirus (COVID-19), though you may see changes to some processes. You can still choose to vote in person.
+Elections and referendums are going ahead during coronavirus (COVID-19), though you may see changes to some processes. You can still vote in person at a polling station.
If you’re self-isolating, clinically extremely vulnerable, or do not want to go to the polling station, you can vote by post or vote by proxy.
-From 27 April you’ll also be able to get an emergency proxy vote at short notice if you need to self-isolate shortly before or on election day.
+From 5pm on 27 April you’ll also be able to get an emergency proxy vote at short notice if you need to self-isolate shortly before or on election day.
Because of COVID-19, there will be safety measures in place at polling stations to help you vote safely (for example, restrictions on the number of people allowed in).
+Because of COVID-19, there will be safety measures in place at polling stations to help you vote safely (for example, a one-way system or restrictions on the number of people allowed in).
If you choose to vote in person, make sure you:
Do not visit the polling station. You’ll be able to apply for an emergency proxy vote instead from 27 April.
+Do not visit the polling station. You’ll be able to apply for an emergency proxy vote instead from 5pm on 27 April.
- question: Voting in person answer: > @@ -84,8 +84,7 @@ faqs:Arrange to vote by proxy if there are under 2 weeks until election day and you have not made arrangements.
There’s a different form to apply to vote by post in Northern Ireland.
If you’re registered to vote in England or Wales, your application form must arrive at your local Electoral Registration Office by 20 April at 5pm if you want to vote by post on 6 May 2021.
-If you’re registered to vote in Scotland, you can no longer apply for a postal vote for the 6 May 2021 elections. You can still apply for a proxy vote.
+You can no longer apply for a postal vote for the elections on 6 May 2021. You can still apply for a proxy vote.
- question: Voting by proxy answer: > diff --git a/test/integration/guide_test.rb b/test/integration/guide_test.rb index bbfdae9d6..919688248 100644 --- a/test/integration/guide_test.rb +++ b/test/integration/guide_test.rb @@ -112,7 +112,7 @@ class GuideTest < ActionDispatch::IntegrationTest assert_nil faq_schema end - # The schema config is in /config/machine_readable/voting-in-the-uk.yml + # The schema config is in /config/machine_readable/how-to-vote.yml test "voting in the UK guide shows hard coded FAQ schema" do setup_and_visit_voting_guide @@ -121,7 +121,7 @@ class GuideTest < ActionDispatch::IntegrationTest assert_equal faq_schema["@type"], "FAQPage" assert_equal faq_schema["headline"], "How to vote" - assert_equal faq_schema["description"], "You need to be registered to vote before you can vote in UK elections or referendums.
If you’re eligible, you can vote in person on the day of the election at a named polling station. You can also apply for a postal or proxy vote instead.
There are elections and referendums in England, Scotland and Wales on 6 May 2021.
\n" + assert_equal faq_schema["description"], "You need to register to vote before you can vote in UK elections or referendums.
If you’re eligible, you can vote in person on the day of the election at a named polling station. You can also apply for a postal or proxy vote instead.
There are elections and referendums in England, Scotland and Wales on 6 May 2021.
\n" assert_equal 10, q_and_as.count end