Explorar o código

Update manual test for the resize plugin.

panr %!s(int64=5) %!d(string=hai) anos
pai
achega
f91a67dbbf

+ 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`.