99} from "@project/e2e/constants" ;
1010import { getEnv } from "@project/e2e/helpers" ;
1111
12- const environment = getEnv ( "DEPLOY_ENVIRONMENT" ) ;
13-
1412const loadNBSAuthEnvironmentVariables = ( ) => {
1513 return {
1614 NBSUsername : getEnv ( "TEST_NBS_APP_USERNAME" ) ,
@@ -33,11 +31,6 @@ export const loginToNBS = async (browser: Browser) => {
3331
3432const testLinkToBookAppointmentForPregnantPeople = ( ) => {
3533 test ( "link to book appointment at pharmacy on RSV page for pregnant people" , async ( { browser } ) => {
36- test . skip (
37- environment === "preprod" ,
38- "Temporarily skip in Preprod until NBS re-deploy changes required by VIA-335, eta 2025-10-08" ,
39- ) ;
40-
4134 const { page, context } = await loginToNBS ( browser ) ;
4235
4336 await page . goto ( RSV_PREGNANCY_PAGE_URL ) ;
@@ -59,11 +52,6 @@ const testLinkToBookAppointmentForPregnantPeople = () => {
5952test . describe . configure ( { mode : "parallel" , retries : 0 } ) ;
6053
6154test . describe ( "NBS booking redirection - user 19" , ( ) => {
62- test . skip (
63- environment === "preprod" ,
64- "Temporarily skip in Preprod until NBS re-deploy changes required by VIA-335, eta 2025-10-08" ,
65- ) ;
66-
6755 test . use ( { storageState : "./e2e/.auth/actionable-with-booking-link.json" } ) ;
6856
6957 test ( "link to book appointment at pharmacy on RSV page for older adults" , async ( { browser } ) => {
@@ -88,11 +76,6 @@ test.describe("NBS booking redirection - user 19", () => {
8876} ) ;
8977
9078test . describe ( "NBS booking redirection - user 21" , ( ) => {
91- test . skip (
92- environment === "preprod" ,
93- "Temporarily skip in Preprod until NBS re-deploy changes required by VIA-335, eta 2025-10-08" ,
94- ) ;
95-
9679 test . use ( { storageState : "./e2e/.auth/actionable-with-booking-button.json" } ) ;
9780
9881 test ( "button to book appointment on RSV page" , async ( { browser } ) => {
@@ -117,11 +100,6 @@ test.describe("NBS booking redirection - user 21", () => {
117100} ) ;
118101
119102test . describe ( "NBS booking redirection - user 22" , ( ) => {
120- test . skip (
121- environment === "preprod" ,
122- "Temporarily skip in Preprod until NBS re-deploy changes required by VIA-335, eta 2025-10-08" ,
123- ) ;
124-
125103 test . use ( { storageState : "./e2e/.auth/actionable-with-managing-button.json" } ) ;
126104
127105 test ( "button to manage the appointment on RSV page" , async ( { browser } ) => {
0 commit comments