We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef7d3 commit 2b77911Copy full SHA for 2b77911
test/jasmine/tests/titles_test.js
@@ -528,7 +528,7 @@ describe('Plot title', function() {
528
var topDistance = titleBB.top - refElemBB.top;
529
var bottomDistance = refElemBB.bottom - titleBB.bottom;
530
531
- var tolerance = 1.1;
+ var tolerance = 1.3;
532
var msg = 'Title centered vertically within ' + elemSelector.desc;
533
expect(topDistance).toBeWithin(bottomDistance, tolerance, msg);
534
}
0 commit comments