Selaa lähdekoodia

make dnd tests work with autoscroll

Adam Shaw 11 vuotta sitten
vanhempi
sitoutus
03f230526e
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      tests/automated/event-dnd.js

+ 2 - 1
tests/automated/event-dnd.js

@@ -4,7 +4,8 @@ describe('eventDrop', function() {
 	beforeEach(function() {
 	beforeEach(function() {
 		options = {
 		options = {
 			defaultDate: '2014-06-11',
 			defaultDate: '2014-06-11',
-			editable: true
+			editable: true,
+			dragScroll: false
 		};
 		};
 		affix('#cal');
 		affix('#cal');
 	});
 	});