Browse Source

This test doesn't make sense any more. See https://github.com/ckeditor/ckeditor5-engine/issues/465.

Piotrek Koszuliński 9 years ago
parent
commit
1705492469
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tests/command/attributecommand.js

+ 0 - 5
tests/command/attributecommand.js

@@ -248,9 +248,4 @@ describe( '_checkEnabled', () => {
 			expect( command._checkEnabled() ).to.be.false;
 		} );
 	} );
-
-	it( 'should return false if selection has no ranges', () => {
-		modelDoc.selection.removeAllRanges();
-		expect( command._checkEnabled() ).to.be.false;
-	} );
 } );