8
0
Quellcode durchsuchen

Tests: Buttons regrouped.

Marek Lewandowski vor 6 Jahren
Ursprung
Commit
e9e8fa8307
1 geänderte Dateien mit 16 neuen und 15 gelöschten Zeilen
  1. 16 15
      tests/manual/performance/richeditor.js

+ 16 - 15
tests/manual/performance/richeditor.js

@@ -62,37 +62,38 @@ ClassicEditor
 			items: [
 			items: [
 				'heading',
 				'heading',
 				'|',
 				'|',
-				'alignment',
 				'bold',
 				'bold',
 				'italic',
 				'italic',
+				'strikethrough',
+				'subscript',
+				'superscript',
+				'underline',
+				'alignment',
 				'link',
 				'link',
+				'removeFormat',
+				'|',
+				'fontBackgroundColor',
+				'fontColor',
+				'fontFamily',
+				'fontSize',
+				'highlight',
+				'|',
 				'bulletedList',
 				'bulletedList',
 				'numberedList',
 				'numberedList',
 				'todoList',
 				'todoList',
-				'|',
 				'outdent',
 				'outdent',
 				'indent',
 				'indent',
 				'|',
 				'|',
 				'blockQuote',
 				'blockQuote',
 				'insertTable',
 				'insertTable',
 				'mediaEmbed',
 				'mediaEmbed',
-				'undo',
-				'redo',
-				'strikethrough',
-				'subscript',
-				'superscript',
-				'underline',
 				'codeBlock',
 				'codeBlock',
-				'fontBackgroundColor',
-				'fontColor',
-				'fontFamily',
-				'fontSize',
-				'highlight',
 				'horizontalLine',
 				'horizontalLine',
 				'pageBreak',
 				'pageBreak',
-				'removeFormat',
+				'specialCharacters',
 				'restrictedEditingException',
 				'restrictedEditingException',
-				'specialCharacters'
+				'undo',
+				'redo'
 			],
 			],
 			shouldNotGroupWhenFull: true
 			shouldNotGroupWhenFull: true
 		},
 		},