Explorar el Código

Bring back table cell paragraph post-fixer tests.

Maciej Gołaszewski hace 5 años
padre
commit
8c29821f24

+ 1 - 2
packages/ckeditor5-table/tests/converters/table-cell-paragraph-post-fixer.js

@@ -122,8 +122,7 @@ describe( 'Table cell paragraph post-fixer', () => {
 		);
 	} );
 
-	// #TODO: Looks like invalid case - however it needs more investigation.
-	it.skip( 'should wrap in paragraph $text nodes placed directly in tableCell (on table cell modification) ', () => {
+	it( 'should wrap in a paragraph $text nodes placed directly in tableCell (on table cell modification) ', () => {
 		setModelData( model,
 			'<table>' +
 				'<tableRow>' +