Răsfoiți Sursa

Rename test.

Maciej Gołaszewski 6 ani în urmă
părinte
comite
c8491c713d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 );