From a8a36ce2ad58faf03e63a960bc42c9456a279995 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Thu, 22 Feb 2024 15:59:42 +0100 Subject: [PATCH] fix: Order of default filters has changed on this cube --- e2e/tooltip.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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