소스 검색

Fixing after changes introduced in t/ckeditor5-engine/1236

Szymon Cofalik 8 년 전
부모
커밋
66547da82c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/tests/panel/balloon/contextualballoon.js

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

@@ -108,7 +108,7 @@ describe( 'ContextualBalloon', () => {
 				} ) );
 
 				editor.conversion.for( 'downcast' ).add( downcastElementToElement( {
-					model: 'widget',
+					model: 'nestedEditable',
 					view: () => new ViewEditableElement( 'figcaption', { contenteditable: 'true' } )
 				} ) );