Procházet zdrojové kódy

Fixed tests according to https://github.com/ckeditor/ckeditor5-typing/issues/17.

Kamil Piechaczek před 9 roky
rodič
revize
6dc4c097d9

+ 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 => {