Преглед на файлове

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 => {