Skip to content

Commit

Permalink
💚 Change scroll animation test to handle travis uncertainty
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Aug 16, 2015
1 parent 4efe217 commit fa5dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/minimap-element-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ describe 'MinimapElement', ->
# wait until all animations run out
waitsFor ->
nextAnimationFrame isnt noAnimationFrame and nextAnimationFrame()
editor.getScrollTop() is 400
editor.getScrollTop() >= 400

describe 'dragging the visible area', ->
[visibleArea, originalTop] = []
Expand Down

0 comments on commit fa5dc97

Please sign in to comment.