Parcourir la source

fix select-method test failing in PhantomJS

Adam Shaw il y a 11 ans
Parent
commit
5f182b606a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tests/automated/select-method.js

+ 1 - 0
tests/automated/select-method.js

@@ -100,6 +100,7 @@ describe('select method', function() {
 			describe('when in agendaWeek view', function() { // May 25 - 31
 			describe('when in agendaWeek view', function() { // May 25 - 31
 				beforeEach(function() {
 				beforeEach(function() {
 					options.defaultView = 'agendaWeek';
 					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 called with timed moments', function() {
 					describe('when in bounds', function() {
 					describe('when in bounds', function() {