diff --git a/tests/imagecaption/imagecaption-integration.js b/tests/imagecaption/imagecaption-integration.js index b154a7c0..78f929ea 100644 --- a/tests/imagecaption/imagecaption-integration.js +++ b/tests/imagecaption/imagecaption-integration.js @@ -27,7 +27,7 @@ describe( 'ImageCaption integration', () => { editorElement.remove(); } ); - describe( 'Enter plugin', () => { + describe( 'with Enter plugin only', () => { beforeEach( () => { return ClassicEditor .create( editorElement, { @@ -71,7 +71,7 @@ describe( 'ImageCaption integration', () => { } ); } ); - describe( 'ShiftEnter plugin', () => { + describe( 'with Enter and ShiftEnter plugins', () => { beforeEach( () => { return ClassicEditor .create( editorElement, {