Skip to content

Commit

Permalink
fix: Order of default filters has changed on this cube
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Feb 22, 2024
1 parent db95d75 commit a8a36ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tooltip.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8a36ce

Please sign in to comment.