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