소스 검색

Update tests/tablecellproperties/commands/tablecellhorizontalalignmentcommand.js

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

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

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