Explorar el Código

Tests: Aligned to changes in ckeditor5-image.

Piotrek Koszuliński hace 7 años
padre
commit
b452bdd335
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-easy-image/tests/easyimage.js

+ 1 - 1
packages/ckeditor5-easy-image/tests/easyimage.js

@@ -119,7 +119,7 @@ describe( 'EasyImage', () => {
 							}
 						} );
 
-						editor.execute( 'imageUpload', { files: createNativeFileMock() } );
+						editor.execute( 'imageUpload', { file: createNativeFileMock() } );
 
 						setTimeout( () => {
 							upload._uploadGateway.resolveLastUpload();