瀏覽代碼

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