瀏覽代碼

Fix test name.

Maciej Gołaszewski 6 年之前
父節點
當前提交
cbc153a4b9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-list/tests/listediting.js

+ 2 - 1
packages/ckeditor5-list/tests/listediting.js

@@ -3870,7 +3870,8 @@ describe( 'ListEditing', () => {
 			);
 		} );
 
-		it( 'should cover else branch', () => {
+		// https://github.com/ckeditor/ckeditor5-list/issues/126#issuecomment-518206743
+		it( 'should properly handle split of list items with non-standard converters', () => {
 			setModelData( model,
 				'<listItem listType="bulleted" listIndent="0">A[]</listItem>' +
 				'<listItem listType="bulleted" listIndent="1">B</listItem>' +