浏览代码

Fixed failing test.

Oskar Wrobel 9 年之前
父节点
当前提交
ef67deb1e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-link/tests/link.js

+ 1 - 1
packages/ckeditor5-link/tests/link.js

@@ -129,7 +129,7 @@ describe( 'Link', () => {
 
 			expect( model.isEnabled ).to.false;
 
-			command.hasValue = true;
+			command.isEnabled = true;
 			expect( model.isEnabled ).to.true;
 		} );