Browse Source

Tests: added undo to the manual test.

Piotrek Koszuliński 9 years ago
parent
commit
377c741e08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-typing/tests/manual/selection.js

+ 1 - 1
packages/ckeditor5-typing/tests/manual/selection.js

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