Преглед изворни кода

Aligned to the changes in ckeditor5-engine.

Kamil Piechaczek пре 7 година
родитељ
комит
8268c6af06

+ 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'
 							}
 						]
 					}