Explorar o código

Update tests/tablecellproperties/commands/tablecellbordercolorcommand.js

Aleksander Nowodzinski %!s(int64=5) %!d(string=hai) anos
pai
achega
6a0171f76a

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