Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update tests/widgetresize.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
  • Loading branch information
mlewand and oleq committed Apr 20, 2020
1 parent 7cd57d7 commit b664d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/widgetresize.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ describe( 'WidgetResize', () => {

resizerMouseSimulator.dragTo( editor, domParts.resizeHandle, finalPointerPosition );

expect( widget.getStyle( 'width' ) ).to.be.equal( '25%' );
expect( widget.getStyle( 'width' ) ).to.equal( INITIAL_WIDGET_WIDTH );
} );

it( 'returns proper value when resize host is different from widget wrapper', () => {
Expand Down

0 comments on commit b664d9d

Please sign in to comment.