|
@@ -138,7 +138,7 @@ describe( 'table cell properties', () => {
|
|
|
expect( command.value ).to.be.undefined;
|
|
expect( command.value ).to.be.undefined;
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
- it( 'should be undefined if only some table cell has a borderWidth property', () => {
|
|
|
|
|
|
|
+ it( 'should be undefined if only some table cells have the "borderWidth" property', () => {
|
|
|
setData( model, modelTable( [
|
|
setData( model, modelTable( [
|
|
|
[
|
|
[
|
|
|
{ contents: '00', isSelected: true, borderWidth: '1px' },
|
|
{ contents: '00', isSelected: true, borderWidth: '1px' },
|