8
0
Quellcode durchsuchen

Tests: Added a comment in media embed integration test.

Aleksander Nowodzinski vor 5 Jahren
Ursprung
Commit
a5208bfae3
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      packages/ckeditor5-media-embed/tests/integration.js

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

@@ -27,6 +27,7 @@ describe( 'MediaEmbed integration', () => {
 	} );
 	} );
 
 
 	describe( 'with the placeholder feature', () => {
 	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 () => {
 		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, {
 			const editor = await ClassicTestEditor.create( element, {
 				plugins: [ MediaEmbed, Paragraph ]
 				plugins: [ MediaEmbed, Paragraph ]