Преглед на файлове

Update tests/tablecellproperties/commands/tablecellborderwidthcommand.js

Aleksander Nowodzinski преди 5 години
родител
ревизия
4a41d36103
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderwidthcommand.js

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

@@ -138,7 +138,7 @@ describe( 'table cell properties', () => {
 						expect( command.value ).to.be.undefined;
 					} );
 
-					it( 'should be undefined if only some table cell has a borderWidth property', () => {
+					it( 'should be undefined if only some table cells have the "borderWidth" property', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderWidth: '1px' },