浏览代码

Update tests/tablecellproperties/commands/tablecellwidthcommand.js

Aleksander Nowodzinski 5 年之前
父节点
当前提交
7eb9c3aacf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellwidthcommand.js

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

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