소스 검색

Update tests/tablecellproperties/commands/tablecellbordercolorcommand.js

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

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

@@ -153,7 +153,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be undefined if one of selected table cells has different borderColor property value', () => {
+					it( 'should be undefined if one of selected table cells has a different "borderColor" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderColor: '#f00' },