Explorar el Código

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

Fixed tests after package merged.
Szymon Cofalik hace 9 años
padre
commit
6dfde8e97b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-undo/tests/manual/undo.js

+ 1 - 1
packages/ckeditor5-undo/tests/manual/undo.js

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