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

Commit

Permalink
Tests: Register img as an object so it is closer to a real-life scena…
Browse files Browse the repository at this point in the history
…rio. See ckeditor/ckeditor5-engine#818.
  • Loading branch information
Reinmar committed Feb 26, 2017
1 parent c0fce25 commit b8dfcdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/deletecommand-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ describe( 'DeleteCommand integration', () => {
doc.schema.registerItem( 'p', '$block' );
doc.schema.registerItem( 'img', '$inline' );
doc.schema.allow( { name: '$text', inside: 'img' } );

doc.schema.objects.add( 'img' );
} );
} );

Expand Down

0 comments on commit b8dfcdf

Please sign in to comment.