Skip to content
Snippets Groups Projects
Unverified Commit 30bf9c32 authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Add label for #46771 test (#46821)

parent 7fa6cf56
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ describe("AddFilterParameterButton", () => {
).not.toBeInTheDocument();
});
it("should close the popover when the user clicks outside the popover", async () => {
it("should close the popover when the user clicks outside the popover (metabase#46765)", async () => {
setup({ isAddParameterPopoverOpen: true });
expect(
screen.getByTestId("add-filter-parameter-dropdown"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment