Skip to content

Commit b74b9c8

Browse files
AJ NHS app changed the jump off link to match our heading
1 parent c34d566 commit b74b9c8

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
@@ -76,7 +76,7 @@ export const login = async (browser: Browser, nhsLoginUsername: string): Promise
7676
await page.waitForURL("**/patient/services", { timeout: 30000 });
7777

7878
const newTabPromise = page.context().waitForEvent("page");
79-
await page.getByRole("link", { name: "Check and book your RSV vaccination" }).click();
79+
await page.getByRole("link", { name: "Check and book an RSV vaccination" }).click();
8080
const newTabPage = await newTabPromise;
8181

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

0 commit comments

Comments
 (0)