Explorar el Código

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

Szymon Cofalik hace 8 años
padre
commit
1782c01944
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-editor-balloon/tests/ballooneditor.js

+ 2 - 2
packages/ckeditor5-editor-balloon/tests/ballooneditor.js

@@ -261,8 +261,8 @@ describe( 'BalloonEditor', () => {
 					editor.conversion.for( 'toData' ).add( downcastElementToElement( { model: 'heading', view: 'heading' } ) );
 					editor.conversion.for( 'upcast' ).add( upcastElementToElement( { model: 'heading', view: 'heading' } ) );
 					editor.conversion.for( 'toEditing' ).add( downcastElementToElement( {
-						model: 'heading-editing-representation',
-						view: 'heading'
+						model: 'heading',
+						view: 'heading-editing-representation'
 					} ) );
 				} );
 		} );