Ver código fonte

Tests: Fix mention ui test.

Maciej Gołaszewski 6 anos atrás
pai
commit
df5714f588
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      packages/ckeditor5-mention/tests/mentionui.js

+ 0 - 1
packages/ckeditor5-mention/tests/mentionui.js

@@ -116,7 +116,6 @@ describe( 'MentionUI', () => {
 		it( 'should disable arrow', () => {
 			sinon.assert.calledOnce( balloonAddSpy );
 			sinon.assert.calledWithExactly( balloonAddSpy, sinon.match( data => data.singleViewMode ) );
-			sinon.assert.calledWithExactly( balloonAddSpy, sinon.match( data => data.stack == 'mention' ) );
 			expect( panelView.isVisible ).to.be.true;
 			expect( panelView.withArrow ).to.be.false;
 		} );