瀏覽代碼

Tests: Removed obsolete Link Plugin test (already tested by ContextualBalloon).

Aleksander Nowodzinski 8 年之前
父節點
當前提交
e899bb932b
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      packages/ckeditor5-link/tests/link.js

+ 0 - 11
packages/ckeditor5-link/tests/link.js

@@ -196,17 +196,6 @@ describe( 'Link', () => {
 					sinon.assert.calledOnce( spy );
 				} );
 		} );
-
-		it( 'should keep the editor ui focused when the #_balloon is shown with the selected form', () => {
-			editor.ui.focusTracker.isFocused = false;
-
-			// Open the #_balloon with the link inside.
-			return linkFeature._showPanel( true )
-				.then( () => {
-					// Check if editor ui is focused.
-					expect( editor.ui.focusTracker.isFocused ).to.true;
-				} );
-		} );
 	} );
 
 	describe( '_hidePanel()', () => {