8
0
فهرست منبع

Update tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js

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

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

@@ -230,7 +230,7 @@ describe( 'table cell properties', () => {
 						] ) );
 						] ) );
 					} );
 					} );
 
 
-					it( 'should set selected table cell backgroundColor to a passed value', () => {
+					it( 'should set the "backgroundColor" attribute value of selected table cells', () => {
 						command.execute( { value: '#f00' } );
 						command.execute( { value: '#f00' } );
 
 
 						assertEqualMarkup( editor.getData(), viewTable( [
 						assertEqualMarkup( editor.getData(), viewTable( [