From 5f182b606acc9481c507e8f7f449d613fbb9856f Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 27 May 2014 14:50:17 -0700 Subject: [PATCH] fix select-method test failing in PhantomJS --- tests/automated/select-method.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/automated/select-method.js b/tests/automated/select-method.js index f4b993b..797e50f 100644 --- a/tests/automated/select-method.js +++ b/tests/automated/select-method.js @@ -100,6 +100,7 @@ describe('select method', function() { describe('when in agendaWeek view', function() { // May 25 - 31 beforeEach(function() { options.defaultView = 'agendaWeek'; + options.scrollTime = '01:00:00'; // so that most events will be below the divider }); describe('when called with timed moments', function() { describe('when in bounds', function() {