Ver código fonte

Test: Reduced editors count.

Marek Lewandowski 5 anos atrás
pai
commit
7a8a406a4c
1 arquivos alterados com 1 adições e 1 exclusões
  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 => {