소스 검색

Update manual test for the resize plugin.

panr 5 년 전
부모
커밋
f91a67dbbf
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      packages/ckeditor5-image/tests/manual/imageresizebuttons.js
  2. 1 1
      packages/ckeditor5-image/tests/manual/imageresizebuttons.md

+ 0 - 1
packages/ckeditor5-image/tests/manual/imageresizebuttons.js

@@ -111,7 +111,6 @@ const imageConfig2 = {
 		'imageResize:75',
 		'imageResize:original'
 	],
-	disableResizeHandles: true,
 	styles: [
 		'full',
 		'alignLeft',

+ 1 - 1
packages/ckeditor5-image/tests/manual/imageresizebuttons.md

@@ -20,4 +20,4 @@ Tests for manual image resizing using the UI in the image toolbar.
 	- No label should be rendered,
 	- The tooltip text and the `aria-label` attribute should be the same (and more verbose).
 	- The selected option button should be "on".
-	- The editor is using `ImageResize` with the configuration option: `image.disableResizeHandles: true`.
+	- The editor is using the combination of `ImageResizeEditing` and `ImageResizeButtons`.