Skip to content

Commit 1c92ac7

Browse files
committed
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

+1-1
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)