Ver código fonte

Add Clipboard plugin to editor all CKFinderCommand's tests.

Maciej Gołaszewski 7 anos atrás
pai
commit
e8b73e089e

+ 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 => {