瀏覽代碼

Test: Reduced editors count.

Marek Lewandowski 5 年之前
父節點
當前提交
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 => {