8
0
Pārlūkot izejas kodu

Merge pull request #22 from ckeditor/t/ckeditor5-alignment/16

Tests: Aligned code to the changes in naming UI components & commands.
Piotrek Koszuliński 7 gadi atpakaļ
vecāks
revīzija
f1043a6f77

+ 1 - 1
packages/ckeditor5-block-quote/tests/manual/blockquote.js

@@ -15,7 +15,7 @@ ClassicEditor
 		plugins: [
 			ArticlePluginSet
 		],
-		toolbar: [ 'headings', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
+		toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ]
 	} )
 	.then( editor => {
 		window.editor = editor;