Skip to content
Snippets Groups Projects
Unverified Commit 2da16b95 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

Remove duplicate reproductions for #22230 (#29608) (#29642)

parent 567445c5
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ const questionDetails = {
},
};
describe.skip("issue 22230", () => {
describe("issue 22230", () => {
beforeEach(() => {
restore();
cy.signInAsAdmin();
......@@ -34,11 +34,15 @@ describe.skip("issue 22230", () => {
it("should be able to filter on an aggregation (metabase#22230)", () => {
cy.findByText("Filter").click();
popover().contains("Max of Name").click();
cy.findByTestId("select-button").click();
cy.findByRole("option", { name: "Starts with" }).click();
cy.findByPlaceholderText("Enter some text").type("Zora").blur();
cy.findByPlaceholderText("Enter some text").type("Zo").blur();
cy.button("Add filter").click();
visualize();
cy.findByText("Zora Schamberger");
cy.findByText("Showing 2 rows").should("be.visible");
cy.findByText("Zora Schamberger").should("be.visible");
cy.findByText("Zoie Kozey").should("be.visible");
});
});
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