Skip to content

Commit 7c03689

Browse files
Revert "VIA-599 SB & AS Update site header from "Check and book an RSV vaccination" to "Check and book vaccinations"."
This reverts commit 149c950.
1 parent 149c950 commit 7c03689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ export const AppPageDetails: Record<PageName, PageDetails> = {
113113

114114
export const BOOKING_PAGE_URL_REGEX =
115115
/^https:\/\/.+nhs\.uk\/book-an-rsv-vaccination\/app-start-page\?wt\.mc_id=vita-RSV-booking$/;
116-
export const BOOKING_PAGE_TITLE_REGEX = /Book vaccinations - NHS$/i;
116+
export const BOOKING_PAGE_TITLE_REGEX = /Book an RSV vaccination - NHS$/;
117117

118118
export const MAX_AVG_LCP_DURATION_MS = 3000;

0 commit comments

Comments
 (0)