From c7789b8cfab72d9b1b984b7d5ac26c0667d35d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20Koszuli=C5=84ski?= Date: Thu, 22 Aug 2019 09:28:06 +0200 Subject: [PATCH] Added a comment. --- tests/imageupload/imageuploadprogress.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/imageupload/imageuploadprogress.js b/tests/imageupload/imageuploadprogress.js index 75d63d15..5b2dbad9 100644 --- a/tests/imageupload/imageuploadprogress.js +++ b/tests/imageupload/imageuploadprogress.js @@ -107,6 +107,7 @@ describe( 'ImageUploadProgress', () => { 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 ) { model.schema.register( 'outerBlock', { allowWhere: '$block',