Sfoglia il codice sorgente

Update tests/tablecellproperties/commands/tablecellwidthcommand.js

Aleksander Nowodzinski 5 anni fa
parent
commit
18f74f8366

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

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