浏览代码

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

Aleksander Nowodzinski 5 年之前
父节点
当前提交
42a2d5f4b9

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.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 borderWidth property value', () => {
+					it( 'should be undefined if one of selected table cells has a different "borderWidth" property value', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderWidth: '1px' },