Explorar o código

Fix TableCellProperties tests.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
d95a45448d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ]
 		} );
 	} );