Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c92ac7

Browse files
committedJun 11, 2019
bump tolerence in multicategory tick label test
... to pass on etpinard's laptop running Chrome 70
1 parent 8d0ccb1 commit 1c92ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jasmine/tests/cartesian_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ describe('axis zoom/pan and main plot zoom', function() {
812812

813813
tickLabels2.each(function(_, i) {
814814
var y = d3.select(this).attr('y');
815-
expect(Number(y)).toBeWithin(exp.y[i], 5, msg + ' - node ' + i);
815+
expect(Number(y)).toBeWithin(exp.y[i], 5.5, msg + ' - node ' + i);
816816
});
817817
}
818818

0 commit comments

Comments
 (0)
Please sign in to comment.