浏览代码

Last path fixes in manual tests.

Piotrek Koszuliński 9 年之前
父节点
当前提交
6e7167ac95
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      tests/creator/manual/creator-classic.js
  2. 1 1
      tests/creator/manual/creator-inline.js

+ 1 - 1
tests/creator/manual/creator-classic.js

@@ -8,7 +8,7 @@
 'use strict';
 
 import CKEDITOR from '/ckeditor.js';
-import ClassicCreator from '/tests/core/creator/manual/_utils/creator/classiccreator.js';
+import ClassicCreator from '/tests/ckeditor5/creator/manual/_utils/creator/classiccreator.js';
 import testUtils from '/tests/utils/_utils/utils.js';
 
 let editor, observer;

+ 1 - 1
tests/creator/manual/creator-inline.js

@@ -8,7 +8,7 @@
 'use strict';
 
 import CKEDITOR from '/ckeditor.js';
-import InlineCreator from '/tests/core/creator/manual/_utils/creator/inlinecreator.js';
+import InlineCreator from '/tests/ckeditor5/creator/manual/_utils/creator/inlinecreator.js';
 import testUtils from '/tests/utils/_utils/utils.js';
 
 let editor, observer;