Преглед на файлове

Removed not necessary feature from link manual test.

Oskar Wrobel преди 9 години
родител
ревизия
95df938638
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 => {