💚 Give specs a final touch

This commit is contained in:
Antonio Scandurra 2016-01-13 09:45:14 -07:00
parent 2af5d395dd
commit e6a1763f8c

View File

@ -1673,7 +1673,7 @@ describe('TextEditorComponent', function () {
}
beforeEach(async function () {
wrapperNode.style.height = 9 * lineHeightInPixels + 'px'
wrapperNode.style.height = 5 * lineHeightInPixels + 'px'
component.measureDimensions()
await nextViewUpdatePromise()
})