diff --git a/integration/scenarios/visit-a-static-page.js b/integration/scenarios/visit-a-static-page.js index 9011e22185..8bfc3011aa 100644 --- a/integration/scenarios/visit-a-static-page.js +++ b/integration/scenarios/visit-a-static-page.js @@ -6,7 +6,7 @@ exports.scenario = async ({ page, baseURL }) => { await page.getByRole("button", { name: "About" }).click(); await page - .getByLabel("Main navigation") + .getByLabel("Main") .getByRole("link", { name: "Leadership" }) .click(); diff --git a/lib/dotcom_web/templates/layout/_new_nav_desktop.html.heex b/lib/dotcom_web/templates/layout/_new_nav_desktop.html.heex index a08814cc1c..e9ba89aac5 100644 --- a/lib/dotcom_web/templates/layout/_new_nav_desktop.html.heex +++ b/lib/dotcom_web/templates/layout/_new_nav_desktop.html.heex @@ -1,4 +1,4 @@ -