Skip to content

Commit 46b6943

Browse files
VIA-629 SB Correct start date for 2026 Covid campaign.
1 parent 33a1de3 commit 46b6943

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

e2e/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export const AppPageDetails: Record<PageName, PageDetails> = {
159159
heading: "COVID-19 vaccine",
160160
title: `COVID-19 vaccine - ${SERVICE_HEADING} - ${NHS_TITLE_SUFFIX}`,
161161
snapshotFilename: "default-covid-19-vaccine.png",
162-
datetimeOverride: new Date("2026-06-01"),
162+
datetimeOverride: new Date("2026-03-01"),
163163
},
164164
"covid-19-vaccine-active-campaign": {
165165
url: "/vaccines/covid-19-vaccine",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"COVID_19": [
33
{ "start": "2025-11-12T09:00:00Z", "end": "2026-01-31T09:00:00Z" },
4-
{ "start": "2026-11-01T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
4+
{ "start": "2026-04-06T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
55
]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"COVID_19": [
33
{ "start": "2025-11-12T09:00:00Z", "end": "2026-01-31T09:00:00Z" },
4-
{ "start": "2026-11-01T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
4+
{ "start": "2026-04-06T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
55
]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"COVID_19": [
33
{ "start": "2025-11-12T09:00:00Z", "end": "2026-01-31T09:00:00Z" },
4-
{ "start": "2026-11-01T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
4+
{ "start": "2026-04-06T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
55
]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"COVID_19": [
33
{ "start": "2025-11-12T09:00:00Z", "end": "2026-01-31T09:00:00Z" },
4-
{ "start": "2026-11-01T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
4+
{ "start": "2026-04-06T09:00:00Z", "end": "2027-01-31T09:00:00Z" }
55
]
66
}

0 commit comments

Comments
 (0)