Skip to content

Commit 28ee903

Browse files
Revert "TASK SB Skip NBS tests in preprod."
This reverts commit c56ce14.
1 parent c56ce14 commit 28ee903

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

e2e/general/nbs.spec.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import {
99
} from "@project/e2e/constants";
1010
import { getEnv } from "@project/e2e/helpers";
1111

12-
const environment = getEnv("DEPLOY_ENVIRONMENT");
13-
1412
const loadNBSAuthEnvironmentVariables = () => {
1513
return {
1614
NBSUsername: getEnv("TEST_NBS_APP_USERNAME"),
@@ -33,11 +31,6 @@ export const loginToNBS = async (browser: Browser) => {
3331

3432
const 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 = () => {
5952
test.describe.configure({ mode: "parallel", retries: 0 });
6053

6154
test.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

9078
test.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

119102
test.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

Comments
 (0)