Bladeren bron

Update tests/tablecellproperties/commands/tablecellpaddingcommand.js

Aleksander Nowodzinski 5 jaren geleden
bovenliggende
commit
c4695bbdc6

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

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