8
0
Просмотр исходного кода

Reverted changes to BalloonPanelViews tests made in 733e30acee35.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
0cf4a38c6c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js

+ 2 - 2
packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js

@@ -271,7 +271,7 @@ describe( 'BalloonPanelView', () => {
 
 				view.attachTo( { target, limiter } );
 
-				expect( view.position ).to.equal( 'arrow_smw' );
+				expect( view.position ).to.equal( 'arrow_sw' );
 			} );
 
 			it( 'should put balloon on the `north west` side of the target element when ' +
@@ -412,7 +412,7 @@ describe( 'BalloonPanelView', () => {
 
 				view.attachTo( { target, limiter } );
 
-				expect( view.position ).to.equal( 'arrow_smw' );
+				expect( view.position ).to.equal( 'arrow_sw' );
 			} );
 
 			it( 'should put balloon on the `south east` position when `north east` is limited', () => {