File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ AUTH_URL=https://localhost:3000
3939AUTH_SECRET = some-random-secret-works
4040
4141# Playwright tests
42- TEST_APP_URL = https://localhost:3000/check-and-book-rsv
42+ TEST_APP_URL = https://localhost:3000/check-and-book-vaccinations
4343TEST_NHS_APP_URL = https://<fake-sso-app>/auth/login?vita=https://localhost:3000
4444TEST_NHS_APP_USERNAME =
4545TEST_NHS_APP_PASSWORD =
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ describe("AppHeader", () => {
6464 name : `NHS ${ SERVICE_HEADING } homepage` ,
6565 } ) ;
6666
67- expect ( logoAndServiceLink ?. getAttribute ( "href" ) ) . toEqual ( "/check-and-book-rsv " ) ;
67+ expect ( logoAndServiceLink ?. getAttribute ( "href" ) ) . toEqual ( "/check-and-book-vaccinations " ) ;
6868 } ) ;
6969
7070 it ( "logs out on click" , async ( ) => {
Original file line number Diff line number Diff line change 1- export const VACCINATIONS_HUB_PAGE_ROUTE = "/check-and-book-rsv " ;
1+ export const VACCINATIONS_HUB_PAGE_ROUTE = "/check-and-book-vaccinations " ;
22export const SERVICE_HEADING = "Check and book vaccinations" ;
33export const VACCINES_FOR_ALL_AGES_PAGE = "Vaccines for all ages" ;
44export const NHS_TITLE_SUFFIX = "NHS" ;
You can’t perform that action at this time.
0 commit comments