Skip to content

Commit df3c8cb

Browse files
committed
1 parent e3b84b2 commit df3c8cb

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

config/machine_readable/how-to-vote.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: "How to vote"
22
preamble: >
3-
<p>You need to be <a href="/register-to-vote?src=schema">registered to vote</a> before you can vote in UK elections or referendums.</p>
3+
<p>You need to <a href="/register-to-vote?src=schema">register to vote</a> before you can vote in UK elections or referendums.</p>
44
<p>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.</p>
55
<p>There are elections and referendums in England, Scotland and Wales on 6 May 2021.</p>
66
@@ -34,20 +34,20 @@ faqs:
3434
3535
- question: Voting and coronavirus (COVID-19)
3636
answer: >
37-
<p>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.</p>
37+
<p>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.</p>
3838
<p>If you’re self-isolating, <a rel="external" href="https://www.nhs.uk/conditions/coronavirus-covid-19/people-at-higher-risk/who-is-at-high-risk-from-coronavirus-clinically-extremely-vulnerable/?src=schema">clinically extremely vulnerable</a>, or do not want to go to the polling station, you can <a href="/how-to-vote?src=schema#postal-voting">vote by post</a> or <a href="/how-to-vote?src=schema#voting-by-proxy">vote by proxy</a>.</p>
39-
<p>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.</p>
39+
<p>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.</p>
4040
<h2 id="at-the-polling-station">At the polling station</h2>
41-
<p>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).</p>
41+
<p>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).</p>
4242
<p>If you choose to vote in person, make sure you:</p>
4343
<ul>
44-
<li>wear a face covering (unless you have an exemption)</li>
44+
<li>wear a face covering (unless you’re exempt)</li>
4545
<li>bring your own pen or pencil (there will be clean pencils available at the polling station if you forget to bring your own)</li>
46-
<li>use hand sanitiser when entering and leaving the polling station</li>
46+
<li>use the hand sanitiser provided when entering and leaving the polling station</li>
4747
<li>keep to <a href="/government/publications/how-to-stop-the-spread-of-coronavirus-covid-19/how-to-stop-the-spread-of-coronavirus-covid-19?src=schema">social distancing guidelines</a></li>
4848
</ul>
4949
<h2 id="if-you-have-covid-19-symptoms-or-have-been-asked-to-self-isolate">If you have COVID-19 symptoms or have been asked to self-isolate</h2>
50-
<p>Do not visit the polling station. You’ll be able to apply for an emergency proxy vote instead from 27 April.</p>
50+
<p>Do not visit the polling station. You’ll be able to apply for an emergency proxy vote instead from 5pm on 27 April.</p>
5151
5252
- question: Voting in person
5353
answer: >
@@ -84,8 +84,7 @@ faqs:
8484
<p>Arrange to <a href="/how-to-vote/voting-by-proxy?src=schema">vote by proxy</a> if there are under 2 weeks until election day and you have not made arrangements.</p>
8585
<p>There’s a different form to <a href="https://www.eoni.org.uk/Vote/Voting-by-post-or-proxy">apply to vote by post in Northern Ireland</a>.</p>
8686
<h3 id="postal-vote-deadlines-for-6-may-elections">Postal vote deadlines for 6 May elections</h3>
87-
<p>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.</p>
88-
<p>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.</p>
87+
<p>You can no longer apply for a postal vote for the elections on 6 May 2021. You can still apply for a proxy vote.</p>
8988
9089
- question: Voting by proxy
9190
answer: >

test/integration/guide_test.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class GuideTest < ActionDispatch::IntegrationTest
112112
assert_nil faq_schema
113113
end
114114

115-
# The schema config is in /config/machine_readable/voting-in-the-uk.yml
115+
# The schema config is in /config/machine_readable/how-to-vote.yml
116116
test "voting in the UK guide shows hard coded FAQ schema" do
117117
setup_and_visit_voting_guide
118118

@@ -121,7 +121,7 @@ class GuideTest < ActionDispatch::IntegrationTest
121121

122122
assert_equal faq_schema["@type"], "FAQPage"
123123
assert_equal faq_schema["headline"], "How to vote"
124-
assert_equal faq_schema["description"], "<p>You need to be <a href=\"/register-to-vote?src=schema\">registered to vote</a> before you can vote in UK elections or referendums.</p> <p>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.</p> <p>There are elections and referendums in England, Scotland and Wales on 6 May 2021.</p>\n"
124+
assert_equal faq_schema["description"], "<p>You need to <a href=\"/register-to-vote?src=schema\">register to vote</a> before you can vote in UK elections or referendums.</p> <p>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.</p> <p>There are elections and referendums in England, Scotland and Wales on 6 May 2021.</p>\n"
125125

126126
assert_equal 10, q_and_as.count
127127
end

0 commit comments

Comments
 (0)