Thanks to visit codestin.com Credit goes to github.com
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 6653da7 commit 8e1747fCopy full SHA for 8e1747f
test/jasmine/tests/updatemenus_test.js
@@ -698,7 +698,7 @@ describe('update menus interactions', function() {
698
699
// must compare with a tolerance as the exact result
700
// is browser/font dependent (via getBBox)
701
- expect(Math.abs(actualWidth - width)).toBeLessThan(12);
+ expect(Math.abs(actualWidth - width)).toBeLessThan(16);
702
703
// height is determined by 'fontsize',
704
// so no such tolerance is needed
0 commit comments