8
0
Просмотр исходного кода

Fix TableCellProperties tests.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
d95a45448d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/tests/tablecellproperties.js

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties.js

@@ -18,7 +18,7 @@ describe( 'TableCellProperties', () => {
 		editorElement = global.document.createElement( 'div' );
 		global.document.body.appendChild( editorElement );
 
-		await ClassicTestEditor.create( {
+		editor = await ClassicTestEditor.create( editorElement, {
 			plugins: [ TableCellProperties, Paragraph, TableEditing ]
 		} );
 	} );