8
0
Marek Lewandowski 6 лет назад
Родитель
Сommit
7a8a406a4c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/manual/performance/multipleeditors.js

+ 1 - 1
tests/manual/performance/multipleeditors.js

@@ -9,7 +9,7 @@ import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor'
 import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
 import { loadPerformanceData } from '../../_utils/utils';
 
-const editorCount = 6;
+const editorCount = 5;
 
 loadPerformanceData()
 	.then( fixtures => {