Skip to content

Commit 4dafbdd

Browse files
VIA-599 SB & AS Link to VitA not yet updated.
1 parent 2161727 commit 4dafbdd

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 vaccinations" }).click();
91+
await page.getByRole("link", { name: "Check and book an RSV vaccination" }).click();
9292
const newTabPage = await newTabPromise;
9393

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

0 commit comments

Comments
 (0)