Skip to content
Snippets Groups Projects
Unverified Commit 4c74dc01 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Repro for #12899 (#12911)

parent d48accbe
No related branches found
No related tags found
No related merge requests found
import { restore, signInAsAdmin } from "__support__/cypress";
import { restore, signInAsAdmin, popover } from "__support__/cypress";
// test various entry points into the query builder
......@@ -37,5 +37,12 @@ describe("scenarios > question > new", () => {
cy.contains("Visualize").click();
cy.contains("37.65");
});
it.skip("should show `Custom Expression` in orders metrics (Issue #12899)", () => {
// go straight to "orders" in custom questions
cy.visit("/question/new?database=1&table=2&mode=notebook");
cy.findByText("Summarize").click();
popover().contains("Custom Expression");
});
});
});
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