Skip to content

Commit

Permalink
Update #5734 test description,
Browse files Browse the repository at this point in the history
to address #7403 (comment).
  • Loading branch information
tomalec committed Jun 12, 2020
1 parent 9b7f45b commit 8bb303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-engine/tests/view/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ describe( 'Renderer', () => {
} );

// https://github.com/ckeditor/ckeditor5/issues/5734
it( 'should replace a comment with the added element', () => {
it( 'should remove the comment and add a child element', () => {
const viewImg = new ViewElement( viewDocument, 'img' );
viewRoot._appendChild( viewImg );

Expand Down

0 comments on commit 8bb303b

Please sign in to comment.