浏览代码

Remove redundant test.

panr 5 年之前
父节点
当前提交
54e06874dc
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      packages/ckeditor5-image/tests/imageresize/ui/imageresizeui.js

+ 0 - 6
packages/ckeditor5-image/tests/imageresize/ui/imageresizeui.js

@@ -132,12 +132,6 @@ describe( 'ImageResizeUI', () => {
 			await editor.destroy();
 		} );
 
-		it( 'should have configured resize options', () => {
-			const resizeOptions = editor.config.get( 'image.resizeOptions' );
-
-			expect( resizeOptions.length ).to.equal( 3 );
-		} );
-
 		it( 'should not register a dropdown or buttons if no resize options passed', async () => {
 			const editor = await ClassicTestEditor
 				.create( editorElement, {