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

Commit

Permalink
Tests: Removed stray assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Sep 20, 2019
1 parent c771a72 commit 1838622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/imageresize.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ describe( 'ImageResize', () => {
} );

it( 'is shown when image is focused', () => {
const widget = viewDocument.getRoot().getChild( 1 );
const allResizers = editor.ui.getEditableElement().querySelectorAll( '.ck-widget__resizer__handle' );
const domEventDataMock = {
target: widget,
Expand Down

0 comments on commit 1838622

Please sign in to comment.