浏览代码

Fixed broken test. ME. TEST. OMG.

Anna Tomanek 5 年之前
父节点
当前提交
0954b32798
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-image/tests/imageresize/imageresizebuttons.js

+ 1 - 1
packages/ckeditor5-image/tests/imageresize/imageresizebuttons.js

@@ -294,7 +294,7 @@ describe( 'ImageResizeButtons', () => {
 				} );
 				} );
 
 
 			const errMsg = 'The resize option "imageResize:noicon" misses the "icon" property ' +
 			const errMsg = 'The resize option "imageResize:noicon" misses the "icon" property ' +
-				'or the property value doesn\'t match any of available icons.';
+				'or the property value doesn\'t match any of the available icons.';
 
 
 			expectToThrowCKEditorError( () => {
 			expectToThrowCKEditorError( () => {
 				editor.ui.componentFactory.create( 'imageResize:noicon' );
 				editor.ui.componentFactory.create( 'imageResize:noicon' );