Jelajahi Sumber

Revert table manual test.

Maciej Gołaszewski 6 tahun lalu
induk
melakukan
57bde08018

+ 2 - 5
packages/ckeditor5-table/tests/manual/tableblockcontent.js

@@ -8,16 +8,13 @@
 import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
 import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
 import Alignment from '@ckeditor/ckeditor5-alignment/src/alignment';
-import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage';
-import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';
 
 ClassicEditor
 	.create( document.querySelector( '#editor' ), {
-		cloudServices: CS_CONFIG,
-		plugins: [ ArticlePluginSet, Alignment, EasyImage ],
+		plugins: [ ArticlePluginSet, Alignment ],
 		toolbar: [
 			'heading', '|', 'insertTable', '|', 'bold', 'italic', 'bulletedList', 'numberedList', 'blockQuote',
-			'alignment', '|', 'imageUpload', 'undo', 'redo'
+			'alignment', '|', 'undo', 'redo'
 		],
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side' ]