Forráskód Böngészése

add autoProceed: true to tests

Artur Paikin 6 éve
szülő
commit
fee5e05917

+ 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