8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
df5714f588
1 измененных файлов с 0 добавлено и 1 удалено
  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;
 		} );