8
0
Просмотр исходного кода

Fixed failing tests on firefox.

Szymon Kupś 8 лет назад
Родитель
Сommit
332b2199cf
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/ckeditor5-image/tests/integration.js

+ 1 - 0
packages/ckeditor5-image/tests/integration.js

@@ -36,6 +36,7 @@ describe( 'Image integration', () => {
 					contextualToolbar.toolbarView.items.add( button );
 
 					newEditor.editing.view.isFocused = true;
+					newEditor.editing.view.getDomRoot().focus();
 				} );
 		} );