Skip to content

Commit 2b77911

Browse files
committed
looser acceptance for title centering, to work on AJ's machine
1 parent bdef7d3 commit 2b77911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/titles_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ describe('Plot title', function() {
528528
var topDistance = titleBB.top - refElemBB.top;
529529
var bottomDistance = refElemBB.bottom - titleBB.bottom;
530530

531-
var tolerance = 1.1;
531+
var tolerance = 1.3;
532532
var msg = 'Title centered vertically within ' + elemSelector.desc;
533533
expect(topDistance).toBeWithin(bottomDistance, tolerance, msg);
534534
}

0 commit comments

Comments
 (0)