ソースを参照

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

Piotrek Koszuliński 9 年 前
コミット
1705492469
1 ファイル変更0 行追加5 行削除
  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;
-	} );
 } );