Преглед изворни кода

Reverted changes to BalloonPanelViews tests made in 733e30acee35.

Aleksander Nowodzinski пре 5 година
родитељ
комит
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', () => {