Преглед на файлове

Update tests/tablecellproperties/commands/tablecellheightcommand.js

Aleksander Nowodzinski преди 5 години
родител
ревизия
5e61c7c997
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellheightcommand.js

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

@@ -143,7 +143,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be set if all table cell has the same height property value', () => {
+					it( 'should be set if all table cell have the same "height" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, height: '100px' },