diff --git a/e2e/tooltip.spec.ts b/e2e/tooltip.spec.ts index 28bc7dbc1..29b32b90c 100644 --- a/e2e/tooltip.spec.ts +++ b/e2e/tooltip.spec.ts @@ -16,7 +16,7 @@ test("tooltip content", async ({ actions, selectors, within, page }) => { ); await filterLocator - .getByRole("textbox", { name: "2. Greenhouse gas" }) + .getByRole("textbox", { name: "1. Greenhouse gas" }) .click(); await selectors.mui