Browse Source

Merge pull request #14 from ckeditor/t/ckeditor5-typing/17

Fixed tests after package merged.
Szymon Cofalik 9 years ago
parent
commit
f7eb974456
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-heading/tests/manual/headings.js

+ 1 - 1
packages/ckeditor5-heading/tests/manual/headings.js

@@ -8,7 +8,7 @@
 import ClassicEditor from '/ckeditor5/editor-classic/classic.js';
 
 ClassicEditor.create( document.querySelector( '#editor' ), {
-	features: [ 'delete', 'enter', 'typing', 'headings' ],
+	features: [ 'enter', 'typing', 'headings' ],
 	toolbar: [ 'headings' ]
 } )
 .then( editor => {