Explorar el Código

Add Clipboard plugin to editor all CKFinderCommand's tests.

Maciej Gołaszewski hace 7 años
padre
commit
e8b73e089e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-ckfinder/tests/ckfindercommand.js

+ 1 - 1
packages/ckeditor5-ckfinder/tests/ckfindercommand.js

@@ -223,7 +223,7 @@ describe( 'CKFinderCommand', () => {
 
 			return VirtualTestEditor
 				.create( {
-					plugins: [ Paragraph, ImageEditing, ImageUploadEditing, LinkEditing, Notification ],
+					plugins: [ Paragraph, ImageEditing, ImageUploadEditing, LinkEditing, Notification, Clipboard ],
 					language: 'pl'
 				} )
 				.then( newEditor => {