2
0
acerix 7 жил өмнө
parent
commit
2df9ed352e

+ 2 - 2
tests/automated/legacy/external-dnd.js

@@ -1,6 +1,6 @@
 import ListenerCounter from '../lib/ListenerCounter'
 import ListenerCounter from '../lib/ListenerCounter'
 
 
-fdescribe('external drag and drop', function() {
+describe('external drag and drop', function() {
 
 
   // TODO: fill out tests for droppable/drop, with RTL
   // TODO: fill out tests for droppable/drop, with RTL
 
 
@@ -327,7 +327,7 @@ fdescribe('external drag and drop', function() {
       })
       })
 
 
       // Issue 2433
       // Issue 2433
-      fit('should not have drag handlers cleared when other calendar navigates', function() {
+      it('should not have drag handlers cleared when other calendar navigates', function() {
         init()
         init()
         var el1 = currentCalendar.el
         var el1 = currentCalendar.el
         var el2 = $('<div id="calendar2">').insertAfter(el1)
         var el2 = $('<div id="calendar2">').insertAfter(el1)