Skip to content

Commit

Permalink
Tests: Updated CKEditorInspector#attach() test due to upgrade of re-r…
Browse files Browse the repository at this point in the history
…esizable by react-rnd.
  • Loading branch information
oleq committed Oct 23, 2020
1 parent f978e31 commit dab8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inspector/ckeditorinspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe( 'CKEditorInspector', () => {

expect( wrapper.tagName.toLowerCase() ).to.equal( 'div' );
expect( wrapper.parentNode ).to.equal( document.body );
expect( wrapper.childNodes.length ).to.equal( 2 );
expect( wrapper.childNodes.length ).to.equal( 1 );
expect( wrapper.firstChild.classList.contains( 'ck-inspector' ) ).to.be.true;
} );

Expand Down

0 comments on commit dab8117

Please sign in to comment.