Explorar el Código

Tests: Fixed a broken Link test after ckeditor/ckeditor5-ui#288.

Aleksander Nowodzinski hace 8 años
padre
commit
ea8e6af07d
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packages/ckeditor5-link/tests/link.js

+ 1 - 2
packages/ckeditor5-link/tests/link.js

@@ -267,8 +267,7 @@ describe( 'Link', () => {
 
 				sinon.assert.calledOnce( spy );
 				sinon.assert.calledWithExactly( spy, {
-					target: viewDocument.domConverter.mapViewToDom( root.getChild( 0 ).getChild( 0 ) ),
-					limiter: editorElement
+					target: viewDocument.domConverter.mapViewToDom( root.getChild( 0 ).getChild( 0 ) )
 				} );
 			} );