Skip to content

Commit

Permalink
Use a more significative size change in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 15, 2014
1 parent 1b007df commit 4d60f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/minimap-element-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d60f63

Please sign in to comment.