Przeglądaj źródła

Fixed failing test.

Oskar Wrobel 9 lat temu
rodzic
commit
ef67deb1e1
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 		} );