Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
89cfae65a7

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