Przeglądaj źródła

Update tests/tablecellproperties/commands/tablecellborderstylecommand.js

Aleksander Nowodzinski 5 lat temu
rodzic
commit
e7f91119fe

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/commands/tablecellborderstylecommand.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 borderStyle property', () => {
+					it( 'should be undefined if only some table cells have the "borderStyle" property', () => {
 						setData( model, modelTable( [
 							[
 								{ contents: '00', isSelected: true, borderStyle: 'solid' },