8
0
فهرست منبع

Tests: Aligned createListDropdown helper tests to the View#render API.

Aleksander Nowodzinski 8 سال پیش
والد
کامیت
b69fcb8033
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-ui/tests/dropdown/list/createlistdropdown.js

+ 1 - 1
packages/ckeditor5-ui/tests/dropdown/list/createlistdropdown.js

@@ -26,7 +26,7 @@ describe( 'createListDropdown', () => {
 		} );
 
 		view = createListDropdown( model, locale );
-		view.init();
+		view.render();
 		document.body.appendChild( view.element );
 	} );