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

removing e2e repro (#29314) (#29316)

parent c59d8425
No related branches found
No related tags found
No related merge requests found
......@@ -31,25 +31,4 @@ describe("scenarios > visualizations > scalar", () => {
cy.get(".ScalarValue").contains("100");
cy.findByText("Nothing to compare for the previous month.");
});
it.skip("should display correct trend percentage (metabase#20488)", () => {
const questionDetails = {
native: {
query:
"SELECT parsedatetime('2020-12-31', 'yyyy-MM-dd'), 1000\nUNION ALL\nSELECT parsedatetime('2021-12-31', 'yyyy-MM-dd'), 1",
"template-tags": {},
},
display: "smartscalar",
};
cy.createNativeQuestion(questionDetails, { visitQuestion: true });
cy.get(".ScalarValue").invoke("text").should("eq", "1");
cy.icon("arrow_down");
cy.get(".SmartWrapper")
.should("contain", "99,900%")
.and("contain", "was 1,000 last year");
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment