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

Update tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js

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

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

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