Explorar el Código

Removed not necessary feature from link manual test.

Oskar Wrobel hace 9 años
padre
commit
95df938638
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-link/tests/manual/link.js

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

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