From ca285d3fe3438681dbb13ba759d809cf74d61a62 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 27 Aug 2015 12:12:45 +0200 Subject: [PATCH] :green_heart: Correct typo in container's height specs --- spec/text-editor-component-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/text-editor-component-spec.coffee b/spec/text-editor-component-spec.coffee index 2869ffd6c..84d8cc1c7 100644 --- a/spec/text-editor-component-spec.coffee +++ b/spec/text-editor-component-spec.coffee @@ -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()