Explorar el Código

add autoProceed: true to tests

Artur Paikin hace 6 años
padre
commit
fee5e05917
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. 2 1
      test/endtoend/i18n-drag-drop/main.js
  2. 2 1
      test/endtoend/tus-drag-drop/main.js

+ 2 - 1
test/endtoend/i18n-drag-drop/main.js

@@ -7,7 +7,8 @@ const ProgressBar = require('@uppy/progress-bar')
 
 const uppyi18n = Uppy({
   id: 'uppyi18n',
-  debug: true
+  debug: true,
+  autoProceed: true
 })
 
 uppyi18n

+ 2 - 1
test/endtoend/tus-drag-drop/main.js

@@ -8,7 +8,8 @@ const ProgressBar = require('@uppy/progress-bar')
 // Initialise Uppy with Drag & Drop
 const uppyDragDrop = Uppy({
   id: 'uppyDragDrop',
-  debug: true
+  debug: true,
+  autoProceed: true
 })
 
 uppyDragDrop