8
0
Эх сурвалжийг харах

Removed ".only" which should not be here.

Kamil Piechaczek 8 жил өмнө
parent
commit
7c2a363cef

+ 1 - 1
packages/ckeditor5-upload/tests/imageuploadprogress.js

@@ -83,7 +83,7 @@ describe( 'ImageUploadProgress', () => {
 		);
 	} );
 
-	it.only( 'should convert image\'s "uploading" uploadStatus attribute', done => {
+	it( 'should convert image\'s "uploading" uploadStatus attribute', done => {
 		setModelData( document, '<paragraph>[]foo</paragraph>' );
 		editor.execute( 'imageUpload', { file: createNativeFileMock() } );