8
0
Просмотр исходного кода

Update tests/tablecellproperties/commands/tablecellborderstylecommand.js

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
f86445f445

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

@@ -255,7 +255,7 @@ describe( 'table cell properties', () => {
 						] ) );
 						] ) );
 					} );
 					} );
 
 
-					it( 'should set selected table cell borderStyle to a passed value', () => {
+					it( 'should set the "borderStyle" attribute value of selected table cells', () => {
 						command.execute( { value: 'solid' } );
 						command.execute( { value: 'solid' } );
 
 
 						assertEqualMarkup( editor.getData(), viewTable( [
 						assertEqualMarkup( editor.getData(), viewTable( [