8
0
فهرست منبع

Tests: Updated test name.

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotrek Koszuliński 7 سال پیش
والد
کامیت
583491873c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-heading/tests/headingediting.js

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

@@ -135,7 +135,7 @@ describe( 'HeadingEditing', () => {
 			elementToElementSpy = testUtils.sinon.spy( Conversion.prototype, 'elementToElement' );
 			elementToElementSpy = testUtils.sinon.spy( Conversion.prototype, 'elementToElement' );
 		} );
 		} );
 
 
-		it( 'should set default h1 conversion with default `options.heading` config', () => {
+		it( 'should define the default h1 to heading1 converter when heading.options is not specified', () => {
 			return VirtualTestEditor
 			return VirtualTestEditor
 				.create( {
 				.create( {
 					plugins: [ HeadingEditing ]
 					plugins: [ HeadingEditing ]