Browse Source

Remove redundant test.

panr 5 years ago
parent
commit
54e06874dc
1 changed files with 0 additions and 6 deletions
  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, {