Parcourir la source

Configure the uploadURL in manual tests.

Maciej Gołaszewski il y a 7 ans
Parent
commit
0a6a4db0a4
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      packages/ckeditor5-ckfinder/tests/manual/ckfinder.js

+ 4 - 0
packages/ckeditor5-ckfinder/tests/manual/ckfinder.js

@@ -20,6 +20,10 @@ ClassicEditor
 		toolbar: [ 'heading', '|', 'undo', 'redo', 'ckfinder' ],
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]
+		},
+		ckfinder: {
+			// eslint-disable-next-line max-len
+			uploadUrl: 'https://cksource.com/weuy2g4ryt278ywiue/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
 		}
 	} )
 	.then( editor => {