소스 검색

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;
 		} );