Skip to content

Commit ff1a8ce

Browse files
Revert "VIA-599 SB & AS Link to VitA not yet updated."
This reverts commit 4dafbdd.
1 parent 7c03689 commit ff1a8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const login = async (browser: Browser, nhsLoginUsername: string): Promise
8888
await page.waitForURL("**/patient/services", { timeout: 30000 });
8989

9090
const newTabPromise = page.context().waitForEvent("page");
91-
await page.getByRole("link", { name: "Check and book an RSV vaccination" }).click();
91+
await page.getByRole("link", { name: "Check and book vaccinations" }).click();
9292
const newTabPage = await newTabPromise;
9393

9494
await newTabPage.waitForURL(user.vaccinationsHubUrl, { timeout: 60000, waitUntil: "networkidle" });

0 commit comments

Comments
 (0)