@@ -181,7 +181,7 @@ module('Table properties forms', {
181181 assert . strictEqual ( backgroundColorEditor . option ( 'value' ) , tableBackgroundColor , 'backgroundColorEditor value is correct' ) ;
182182 assert . strictEqual ( alignmentEditor . option ( 'selectedItemKeys' ) [ 0 ] , 'left' , 'alignmentEditor selectedItemKeys is correct' ) ;
183183 assert . roughEqual ( heightEditor . option ( 'value' ) , 73 , 3 , 'heightEditor value is correct' ) ;
184- assert . roughEqual ( widthEditor . option ( 'value' ) , 400 , 3 , 'widthEditor value is correct' ) ;
184+ assert . roughEqual ( widthEditor . option ( 'value' ) , 397 , 3 , 'widthEditor value is correct' ) ;
185185 } ) ;
186186
187187 test ( 'Check properties edititng at the table Form (without dimensions)' , function ( assert ) {
@@ -368,7 +368,7 @@ module('Table properties forms', {
368368
369369 assert . strictEqual ( borderStyleEditor . option ( 'value' ) , 'solid' , 'borderStyleEditor value is correct' ) ;
370370 assert . strictEqual ( borderWidthEditor . option ( 'value' ) , 1 , 'borderWidthEditor value is correct' ) ;
371- assert . strictEqual ( borderColorEditor . option ( 'value' ) , 'rgb(221, 221, 221 )' , 'borderColorEditor value is correct' ) ;
371+ assert . strictEqual ( borderColorEditor . option ( 'value' ) , 'rgb(224, 224, 224 )' , 'borderColorEditor value is correct' ) ;
372372 assert . strictEqual ( backgroundColorEditor . option ( 'value' ) , 'rgba(0, 0, 0, 0)' , 'backgroundColorEditor value is correct' ) ;
373373 assert . strictEqual ( horizontalPaddingEditor . option ( 'value' ) , 5 , 'horizontalPaddingEditor value is correct' ) ;
374374 assert . strictEqual ( verticalPaddingEditor . option ( 'value' ) , 2 , 'verticalPaddingEditor value is correct' ) ;
0 commit comments