Browse Source

Tests: Updated manual tests to the latest UI component names.

Aleksander Nowodzinski 7 years ago
parent
commit
9660f45571

+ 1 - 1
packages/ckeditor5-editor-decoupled/tests/manual/decouplededitor.js

@@ -22,7 +22,7 @@ function initEditor() {
 	DecoupledEditor
 		.create( editorData, {
 			plugins: [ Enter, Typing, Paragraph, Undo, Heading, Bold, Italic ],
-			toolbar: [ 'headings', '|', 'bold', 'italic', 'undo', 'redo' ],
+			toolbar: [ 'heading', '|', 'bold', 'italic', 'undo', 'redo' ],
 
 			toolbarContainer: '.toolbar-container',
 			editableContainer: '.editable-container',