Explorar o código

Tests: Adjusted property name.

Marek Lewandowski %!s(int64=6) %!d(string=hai) anos
pai
achega
7ffb58c619
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-image/tests/imageresize.js

+ 1 - 1
packages/ckeditor5-image/tests/imageresize.js

@@ -690,6 +690,6 @@ describe( 'ImageResize', () => {
 	}
 
 	function getFirstResizer( editor ) {
-		return Array.from( editor.plugins.get( 'WidgetResize' ).resizersByWrapper.values() )[ 0 ];
+		return Array.from( editor.plugins.get( 'WidgetResize' ).resizers.values() )[ 0 ];
 	}
 } );