8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
c8491c713d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-indent/tests/indentblockcommand.js

+ 1 - 1
packages/ckeditor5-indent/tests/indentblockcommand.js

@@ -58,7 +58,7 @@ describe( 'IndentBlockCommand', () => {
 		} );
 
 		describe( 'refresh()', () => {
-			it( 'should not call indentBehavior.checkEnabled() for a selected block', () => {
+			it( 'should not call indentBehavior.checkEnabled() for a selected block that cannot have indentBlock attribute', () => {
 				setData( model, '[<parentBlock><paragraph>foo</paragraph></parentBlock>]' );
 				command.refresh();
 				sinon.assert.notCalled( indentBehavior.checkEnabled );