Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 22, 2019
1 parent de30cb5 commit c7789b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/imageupload/imageuploadprogress.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c7789b8

Please sign in to comment.