Przeglądaj źródła

Fix TableCellProperties tests.

Maciej Gołaszewski 6 lat temu
rodzic
commit
d95a45448d

+ 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 ]
 		} );
 	} );