8
0
Просмотр исходного кода

Update tests/tablecellproperties/commands/tablecellheightcommand.js

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
831342ec30

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

@@ -128,7 +128,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be undefined if one of selected table cells has different height property value', () => {
+					it( 'should be undefined if one of selected table cells has a different "height" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, height: '100px' },