8
0
Просмотр исходного кода

Update tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
1bb8c1788f

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

@@ -143,7 +143,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be set if all table cell has the same backgroundColor property value', () => {
+					it( 'should be set if all table cell have the same "backgroundColor" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, backgroundColor: '#f00' },