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

Update tests/tablecellproperties/commands/tablecellverticalalignmentcommand.js

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

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

@@ -239,7 +239,7 @@ describe( 'table cell properties', () => {
 						] ) );
 					} );
 
-					it( 'should remove verticalAlignment from a selected table cell if no value is passed', () => {
+					it( 'should remove "verticalAlignment" from selected table cells if no value is passed', () => {
 						setData( model, modelTable( [
 							[ { contents: '00', isSelected: true, verticalAlignment: 'top' }, '01' ],
 							[ '10', { contents: '11', isSelected: true, verticalAlignment: 'top' } ]