|
|
@@ -98,7 +98,7 @@ describe( 'table cell properties', () => {
|
|
|
} );
|
|
|
|
|
|
describe( 'multi-cell selection', () => {
|
|
|
- it( 'should be undefined if no table cell has a width property', () => {
|
|
|
+ it( 'should be undefined if no table cells have the "width" property', () => {
|
|
|
setData( model, modelTable( [
|
|
|
[
|
|
|
{ contents: '00', isSelected: true },
|