瀏覽代碼

Removed ".only" which should not be here.

Kamil Piechaczek 8 年之前
父節點
當前提交
7c2a363cef
共有 1 個文件被更改,包括 1 次插入1 次删除
  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() } );