8
0
فهرست منبع

Update tests/tablecellproperties/commands/tablecellbordercolorcommand.js

Aleksander Nowodzinski 5 سال پیش
والد
کامیت
6a0171f76a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbordercolorcommand.js

@@ -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( [
 							[ { contents: '00', isSelected: true, borderColor: '#f00' }, '01' ],
 							[ '10', { contents: '11', isSelected: true, borderColor: '#f00' } ]