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

Improve assertion in repro for #14080 [ci skip] (#14088)

parent 79bb6a44
No related merge requests found
......@@ -330,7 +330,8 @@ describe("scenarios > question > custom columns", () => {
expect(xhr.response.body.error).not.to.exist;
});
cy.findByText(CC_NAME);
cy.contains(`Sum of ${CC_NAME}`);
cy.get(".Visualization .dot").should("have.length.of.at.least", 8);
});
});
});
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