8
0
فهرست منبع

Update tests/tablecellproperties/commands/tablecellheightcommand.js

Aleksander Nowodzinski 5 سال پیش
والد
کامیت
00c4ac537d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js

@@ -286,7 +286,7 @@ describe( 'table cell properties', () => {
 						] ) );
 					} );
 
-					it( 'should set selected table cell height to a passed value', () => {
+					it( 'should set the "height" attribute value of selected table cells', () => {
 						command.execute( { value: '100px' } );
 
 						assertEqualMarkup( editor.getData(), viewTable( [