Sfoglia il codice sorgente

Update tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js

Aleksander Nowodzinski 5 anni fa
parent
commit
4aa74716b4

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

@@ -239,7 +239,7 @@ describe( 'table cell properties', () => {
 						] ) );
 					} );
 
-					it( 'should remove backgroundColor from a selected table cell if no value is passed', () => {
+					it( 'should remove "backgroundColor" from a selected table cell if no value is passed', () => {
 						setData( model, modelTable( [
 							[ { contents: '00', isSelected: true, backgroundColor: '#f00' }, '01' ],
 							[ '10', { contents: '11', isSelected: true, backgroundColor: '#f00' } ]