8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
a2c15f62ec
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js

+ 1 - 1
packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js

@@ -124,7 +124,7 @@ describe( 'ContextualBalloon', () => {
 		} );
 
 		it( 'should register balloon panel element in editor.ui#focusTracker', () => {
-			editor.ui.focusTracker.isfocused = false;
+			editor.ui.focusTracker.isFocused = false;
 
 			balloon.add( {
 				view: viewB,