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