💚 Correct typo in container's height specs

This commit is contained in:
Antonio Scandurra
2015-08-27 12:12:45 +02:00
parent b15b103ba0
commit ca285d3fe3

View File

@@ -602,7 +602,7 @@ describe "TextEditorComponent", ->
expect(lineNode.textContent).toBe(text)
it "gives the line numbers container the same height as the wrapper node", ->
linesNode = componentNode.querySelector(".lines")
linesNode = componentNode.querySelector(".line-numbers")
wrapperNode.style.height = 6.5 * lineHeightInPixels + 'px'
component.measureDimensions()