소스 검색

Update tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js

Aleksander Nowodzinski 5 년 전
부모
커밋
1bb8c1788f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellbackgroundcolorcommand.js

+ 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' },