Piotrek Koszuliński пре 6 година
родитељ
комит
3ecd254d18
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js

+ 1 - 0
packages/ckeditor5-image/tests/imageupload/imageuploadprogress.js

@@ -107,6 +107,7 @@ describe( 'ImageUploadProgress', () => {
 		loader.file.then( () => nativeReaderMock.mockSuccess( base64Sample ) );
 		loader.file.then( () => nativeReaderMock.mockSuccess( base64Sample ) );
 	} );
 	} );
 
 
+	// See https://github.com/ckeditor/ckeditor5/issues/1985.
 	it( 'should work if image parent is refreshed by the differ', function( done ) {
 	it( 'should work if image parent is refreshed by the differ', function( done ) {
 		model.schema.register( 'outerBlock', {
 		model.schema.register( 'outerBlock', {
 			allowWhere: '$block',
 			allowWhere: '$block',