Explorar o código

Removed ".only" which should not be here.

Kamil Piechaczek %!s(int64=8) %!d(string=hai) anos
pai
achega
7c2a363cef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-upload/tests/imageuploadprogress.js

+ 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() } );