acerix 7 лет назад
Родитель
Сommit
2df9ed352e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      tests/automated/legacy/external-dnd.js

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

@@ -1,6 +1,6 @@
 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
 
@@ -327,7 +327,7 @@ fdescribe('external drag and drop', function() {
       })
 
       // 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()
         var el1 = currentCalendar.el
         var el2 = $('<div id="calendar2">').insertAfter(el1)