Selaa lähdekoodia

Update tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js

Aleksander Nowodzinski 5 vuotta sitten
vanhempi
commit
4159d6e217

+ 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' } );
 
 						assertEqualMarkup( editor.getData(), viewTable( [