Skip to content
Snippets Groups Projects
Unverified Commit 89d1b96f authored by Howon Lee's avatar Howon Lee Committed by GitHub
Browse files

Hour of day was fixed 0.39 but test enabled here (#14124) (#16636)

parent f7da0484
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ describe("scenarios > admin > datamodel > metadata", () => {
});
});
it.skip("should not include date when metric is binned by hour of day (metabase#14124)", () => {
it("should not include date when metric is binned by hour of day (metabase#14124)", () => {
cy.request("PUT", `/api/field/${ORDERS.CREATED_AT}`, {
semantic_type: null,
});
......@@ -91,7 +91,7 @@ describe("scenarios > admin > datamodel > metadata", () => {
"source-table": ORDERS_ID,
aggregation: [["count"]],
breakout: [
["field", ORDERS.CREATED_AT.id, { "temporal-unit": "hour-of-day" }],
["field", ORDERS.CREATED_AT, { "temporal-unit": "hour-of-day" }],
],
},
}).then(({ body: { id: QUESTION_ID } }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment