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

Commit

Permalink
Tests: invalid use of 'headings' in editor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Mar 12, 2018
1 parent 2b27cf3 commit 108cda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/view/manual/inline-filler-removal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articleplugi
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ ArticlePluginSet ],
toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'blockQuote', 'undo', 'redo' ]
toolbar: [ 'bold', 'italic', 'link', 'bulletedList', 'blockQuote', 'undo', 'redo' ]
} )
.then( editor => {
window.editor = editor;
Expand Down

0 comments on commit 108cda1

Please sign in to comment.