Skip to content

Commit e9f7a5a

Browse files
VIA-335 MD: Add correct link to NBS, and then set new variables to template
1 parent 70608bc commit e9f7a5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ TEST_APP_URL=https://localhost:3000/check-and-book-rsv
4343
TEST_NHS_APP_URL=https://<fake-sso-app>/auth/login?vita=https://localhost:3000
4444
TEST_NHS_APP_USERNAME=
4545
TEST_NHS_APP_PASSWORD=
46+
TEST_NBS_APP_USERNAME=
47+
TEST_NBS_APP_PASSWORD=
4648
TEST_NHS_LOGIN_PASSWORD=
4749
TEST_NHS_LOGIN_OTP=
4850

e2e/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const COOKIE_POLICY_PAGE_URL = "our-policies/cookies-policy";
1313
export const PAGE_NOT_FOUND_TITLE = "Page not found - Check and book an RSV vaccination - NHS";
1414
export const PAGE_NOT_FOUND_URL = "/page-does-not-exist";
1515

16-
export const BOOKING_PAGE_URL = "app-start-page?wt.mc_id=vita-RSV-booking";
16+
export const BOOKING_PAGE_URL = "book-an-rsv-vaccination/app-start-page?wt.mc_id=vita-RSV-booking";
1717
export const BOOKING_PAGE_TITLE =
1818
"Book, cancel or change an RSV vaccination appointment - Book an RSV vaccination - NHS";
1919

0 commit comments

Comments
 (0)