Skip to content
Snippets Groups Projects
Commit c2332dec authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Fix the poorly designed SegmentPane test that caused test failures

parent 9784a9b5
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,6 @@ describe("SegmentPane", () => {
// The value changes daily which wasn't originally taken into account
// expect(queryBuilder.find(Scalar).text()).toBe("1,236")
expect(queryBuilder.find(Scalar).text().length).toBe(5)
});
it("lets you see raw data for past 30 days", async () => {
......
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