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

Unskip repro for #11439 (#14816)

It was fixed in #14804.
parent 28a90fca
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ describe("scenarios > question > new", () => {
cy.findByText("Fantastic Wool Shirt"); // order ID#3 with the same quantity
});
it.skip("should display date granularity on Summarize when opened from saved question (metabase#11439)", () => {
it("should display date granularity on Summarize when opened from saved question (metabase#11439)", () => {
// save "Orders" as question
cy.request("POST", "/api/card", {
name: "11439",
......
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