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

Commit

Permalink
Tests: Fixed broken #170 manual test. Closes #301.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Sep 20, 2017
1 parent 0f1ea5a commit e1a4d81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/manual/tickets/170/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ClassicEditor

editor.ui.view.element.querySelector( '.ck-editor__editable' ).scrollTop = 360;

panel.init();
panel.attachTo( {
target: editor.ui.view.element.querySelector( '.ck-editor__editable p strong' ),
limiter: editor.ui.view.editableElement
Expand All @@ -52,7 +51,6 @@ ClassicEditor

editor.ui.view.element.querySelector( '.ck-editor__editable' ).scrollTop = 360;

panel.init();
panel.pin( {
target: editor.ui.view.element.querySelector( '.ck-editor__editable p strong' ),
limiter: editor.ui.view.editableElement
Expand Down

0 comments on commit e1a4d81

Please sign in to comment.