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

Commit

Permalink
Merge pull request #1652 from ckeditor/t/ckeditor5/1489
Browse files Browse the repository at this point in the history
Tests: Removed all usages of `ClassicTestEditorUI.view#editableElement`. Replaced by `EditorUI#getEditableElement()` (see ckeditor/ckeditor5#1489).
  • Loading branch information
oleq committed Feb 4, 2019
2 parents 5d97fd6 + 60c9b02 commit 98d2ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tickets/ckeditor5-692.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe( 'Bug ckeditor5#692', () => {
editor = newEditor;
view = editor.editing.view;
mutationObserver = view.getObserver( MutationObserver );
domEditor = editor.ui.view.editableElement;
domEditor = editor.ui.getEditableElement();
} );
} );

Expand Down

0 comments on commit 98d2ae6

Please sign in to comment.