Browse Source

add autoProceed: true to tests

Artur Paikin 6 years ago
parent
commit
fee5e05917
2 changed files with 4 additions and 2 deletions
  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