Browse Source

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

Aleksander Nowodzinski 5 years ago
parent
commit
496882a06e

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

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