Skip to content

Commit caea87a

Browse files
committed
bump tolerance (for Ricky's computer)
1 parent 6886efb commit caea87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/updatemenus_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ describe('update menus interactions', function() {
698698

699699
// must compare with a tolerance as the exact result
700700
// is browser/font dependent (via getBBox)
701-
expect(Math.abs(actualWidth - width)).toBeLessThan(11);
701+
expect(Math.abs(actualWidth - width)).toBeLessThan(12);
702702

703703
// height is determined by 'fontsize',
704704
// so no such tolerance is needed

0 commit comments

Comments
 (0)