You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
The recent attempts to fix #3478 exposed a bug in those tests. The Editor.getTextHeight() function returns line-height, not font-size, so calculating expected size using + 2 is incorrect. Pull request #3757 change the ration of line-height to font-size from 1.25 to 1.3, so the luck of these tests passing finally ran out.
Run ViewCommandHandlers under Integration in Jasmine window.
Result: You get two failures with the following error messages.
Error: Expected 18 to be 17.
Error: Expected 15 to be 16.
The text was updated successfully, but these errors were encountered: