소스 검색

Tests: Updated test name.

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotrek Koszuliński 7 년 전
부모
커밋
8f3caca10b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-heading/tests/headingediting.js

+ 1 - 1
packages/ckeditor5-heading/tests/headingediting.js

@@ -151,7 +151,7 @@ describe( 'HeadingEditing', () => {
 				} );
 		} );
 
-		it( 'should set default h1 conversion independently from `options.heading` config', () => {
+		it( 'should define the default h1 to heading1 converter when heading.options is specified', () => {
 			const options = [
 				{ model: 'heading1', view: 'h3', title: 'User H3' },
 				{ model: 'heading2', view: 'h4', title: 'User H4' }