Procházet zdrojové kódy

Tests: Added a comment in media embed integration test.

Aleksander Nowodzinski před 5 roky
rodič
revize
a5208bfae3

+ 1 - 0
packages/ckeditor5-media-embed/tests/integration.js

@@ -27,6 +27,7 @@ describe( 'MediaEmbed integration', () => {
 	} );
 
 	describe( 'with the placeholder feature', () => {
+		// https://github.com/ckeditor/ckeditor5/issues/1684
 		it( 'should make the placeholder CSS class disappear when pasting a new media into an empty editing root', async () => {
 			const editor = await ClassicTestEditor.create( element, {
 				plugins: [ MediaEmbed, Paragraph ]