소스 검색

Merge pull request #107 from ckeditor/t/ckeditor5-engine/1408

Internal: Aligned to the changes in `ckeditor5-engine`. See https://github.com/ckeditor/ckeditor5-engine/pull/1413.
Szymon Cofalik 7 년 전
부모
커밋
89cfae65a7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-heading/tests/headingediting.js
  2. 1 1
      packages/ckeditor5-heading/tests/integration.js

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

@@ -88,7 +88,7 @@ describe( 'HeadingEditing', () => {
 									{ name: 'p', attributes: { 'data-heading': 'h1' } }
 								],
 								title: 'User H1',
-								priority: 'high'
+								converterPriority: 'high'
 							}
 						]
 					}

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

@@ -132,7 +132,7 @@ describe( 'Heading integration', () => {
 								},
 								title: 'Heading 2 (fancy)',
 								class: 'ck-heading_heading2_fancy',
-								priority: 'high'
+								converterPriority: 'high'
 							}
 						]
 					}