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

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

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

+ 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( [