浏览代码

Update tests/title-integration.js

Aleksander Nowodzinski 5 年之前
父节点
当前提交
6fc738840c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-heading/tests/title-integration.js

+ 1 - 1
packages/ckeditor5-heading/tests/title-integration.js

@@ -38,7 +38,7 @@ describe( 'Title integration', () => {
 		return editor.destroy();
 		return editor.destroy();
 	} );
 	} );
 
 
-	describe( 'getBody()', () => {
+	describe( 'with basic styles', () => {
 		// See: https://github.com/ckeditor/ckeditor5/issues/6427
 		// See: https://github.com/ckeditor/ckeditor5/issues/6427
 		it( 'does not blow up when applying basic styles', () => {
 		it( 'does not blow up when applying basic styles', () => {
 			editor.setData( '<h1>Title</h1><p>Foo</p>' );
 			editor.setData( '<h1>Title</h1><p>Foo</p>' );