Ver Fonte

Update tests/tablecellproperties/commands/tablecellbordercolorcommand.js

Aleksander Nowodzinski há 5 anos atrás
pai
commit
74f7281dcc

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

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