浏览代码

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

Kamil Piechaczek 9 年之前
父节点
当前提交
2cd77e9124
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' ), {
 ClassicEditor.create( document.querySelector( '#editor' ), {
-	features: [ 'delete', 'enter', 'typing', 'paragraph', 'undo', Link, AutoLinker ],
+	features: [ 'enter', 'typing', 'paragraph', 'undo', Link, AutoLinker ],
 	toolbar: [ 'undo', 'redo' ]
 	toolbar: [ 'undo', 'redo' ]
 } );
 } );