💚 Fix unrelated failing spec

This commit is contained in:
Antonio Scandurra
2016-02-17 17:20:54 +01:00
parent 2a35d19dd3
commit 68bf2f8dc7

View File

@@ -544,7 +544,7 @@ describe('TextEditorComponent', function () {
editor.setSoftWrapped(true)
await nextViewUpdatePromise()
componentNode.style.width = 16 * charWidth + wrapperNode.getVerticalScrollbarWidth() + 'px'
componentNode.style.width = 17 * charWidth + wrapperNode.getVerticalScrollbarWidth() + 'px'
component.measureDimensions()
await nextViewUpdatePromise()
})