Explorar o código

Fixed ridiculous assertion.

Oskar Wróbel %!s(int64=6) %!d(string=hai) anos
pai
achega
dad0da831e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-link/tests/linkui.js

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

@@ -521,7 +521,7 @@ describe( 'LinkUI', () => {
 				stopPropagation: sinon.spy()
 			} );
 
-			expect( balloon.visibleView === formView );
+			expect( balloon.visibleView ).to.equal( formView );
 		} );
 
 		it( 'should focus the the #actionsView on `Tab` key press when #actionsView is visible', () => {