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