Skip to content
Snippets Groups Projects
Unverified Commit c3dbafe0 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

unskip and fix repro (#16684)

parent d7c1b79f
Branches
Tags
No related merge requests found
......@@ -405,7 +405,7 @@ describe("scenarios > question > new", () => {
cy.findByText("Hour of day").click();
});
it.skip("trend visualization should work regardless of column order (metabase#13710)", () => {
it("trend visualization should work regardless of column order (metabase#13710)", () => {
cy.server();
cy.createQuestion({
name: "13710",
......@@ -426,7 +426,7 @@ describe("scenarios > question > new", () => {
cy.wait("@cardQuery");
cy.log("Reported failing on v0.35 - v0.37.0.2");
cy.log("Bug: showing blank visualization");
cy.get(".ScalarValue").contains("33");
cy.get(".ScalarValue").contains("100");
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment