Ver Fonte

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

Kamil Piechaczek há 9 anos atrás
pai
commit
2cd77e9124
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/ckeditor5-engine/tests/tickets/475/475.js

+ 1 - 1
packages/ckeditor5-engine/tests/tickets/475/475.js

@@ -85,6 +85,6 @@ function _getLastPathPart( path ) {
 }
 
 ClassicEditor.create( document.querySelector( '#editor' ), {
-	features: [ 'delete', 'enter', 'typing', 'paragraph', 'undo', Link, AutoLinker ],
+	features: [ 'enter', 'typing', 'paragraph', 'undo', Link, AutoLinker ],
 	toolbar: [ 'undo', 'redo' ]
 } );