Explorar o código

Review correction

Paweł Kwaśnik %!s(int64=5) %!d(string=hai) anos
pai
achega
ea6bcc5e47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-media-embed/tests/insertmediacommand.js

+ 1 - 1
packages/ckeditor5-media-embed/tests/insertmediacommand.js

@@ -57,7 +57,7 @@ describe( 'MediaEmbedCommand', () => {
 			model.schema.extend( 'p', { allowIn: 'tableCell' } );
 			model.schema.extend( 'media', { allowIn: 'p' } );
 
-			setData( model, '<table><tableRow><tableCell><p>[<media></media>]</p></tableCell></tableRow></table>' );
+			setData( model, '<table><tableRow><tableCell>[<media></media>]</tableCell></tableRow></table>' );
 
 			expect( command.isEnabled ).to.be.true;
 		} );