Jelajahi Sumber

Improved test names.

Piotrek Koszuliński 7 tahun lalu
induk
melakukan
dd6ab5a841

+ 2 - 2
packages/ckeditor5-image/tests/imagecaption/imagecaption-integration.js

@@ -27,7 +27,7 @@ describe( 'ImageCaption integration', () => {
 		editorElement.remove();
 		editorElement.remove();
 	} );
 	} );
 
 
-	describe( 'Enter plugin', () => {
+	describe( 'with Enter plugin only', () => {
 		beforeEach( () => {
 		beforeEach( () => {
 			return ClassicEditor
 			return ClassicEditor
 				.create( editorElement, {
 				.create( editorElement, {
@@ -71,7 +71,7 @@ describe( 'ImageCaption integration', () => {
 		} );
 		} );
 	} );
 	} );
 
 
-	describe( 'ShiftEnter plugin', () => {
+	describe( 'with Enter and ShiftEnter plugins', () => {
 		beforeEach( () => {
 		beforeEach( () => {
 			return ClassicEditor
 			return ClassicEditor
 				.create( editorElement, {
 				.create( editorElement, {