diff --git a/spec/minimap-element-spec.coffee b/spec/minimap-element-spec.coffee index 52b6b130..eae93f3a 100644 --- a/spec/minimap-element-spec.coffee +++ b/spec/minimap-element-spec.coffee @@ -132,8 +132,8 @@ describe 'MinimapElement', -> describe 'when the editor is resized to a greater size', -> beforeEach -> height = editor.getHeight() - editorElement.style.width = '300px' - editorElement.style.height = '300px' + editorElement.style.width = '100%' + editorElement.style.height = '500px' waitsFor -> editor.getHeight() isnt height