ソースを参照

Update #5734 test description,

to address https://github.com/ckeditor/ckeditor5/pull/7403#discussion_r437235323.
Tomek Wytrębowicz 5 年 前
コミット
8bb303b5e2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-engine/tests/view/renderer.js

+ 1 - 1
packages/ckeditor5-engine/tests/view/renderer.js

@@ -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 );