Kaynağa Gözat

Tests: Code refactoring.

Aleksander Nowodzinski 6 yıl önce
ebeveyn
işleme
38996e859d

+ 3 - 3
packages/ckeditor5-table/tests/tablecellpropertiesui.js → packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesui.js

@@ -14,9 +14,9 @@ import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import ContextualBalloon from '@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon';
 import ContextualBalloon from '@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon';
 
 
-import Table from '@ckeditor/ckeditor5-table/src/table';
-import TableCellPropertiesUI from '@ckeditor/ckeditor5-table/src/tablecellpropertiesui';
-import TableCellPropertiesUIView from '@ckeditor/ckeditor5-table/src/ui/tablecellpropertiesview';
+import Table from '../../src/table';
+import TableCellPropertiesUI from '../../src/tablecellproperties/tablecellpropertiesui';
+import TableCellPropertiesUIView from '../../src/tablecellproperties/ui/tablecellpropertiesview';
 import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
 // import View from '@ckeditor/ckeditor5-ui/src/view';
 // import View from '@ckeditor/ckeditor5-ui/src/view';
 
 

+ 1 - 1
packages/ckeditor5-table/tests/ui/tablecellpropertiesview.js → packages/ckeditor5-table/tests/tablecellproperties/ui/tablecellpropertiesview.js

@@ -5,7 +5,7 @@
 
 
 /* globals Event */
 /* globals Event */
 
 
-import TableCellPropertiesView from '../../src/ui/tablecellpropertiesview';
+import TableCellPropertiesView from '../../../src/tablecellproperties/ui/tablecellpropertiesview';
 import LabeledView from '@ckeditor/ckeditor5-ui/src/labeledview/labeledview';
 import LabeledView from '@ckeditor/ckeditor5-ui/src/labeledview/labeledview';
 import { keyCodes } from '@ckeditor/ckeditor5-utils/src/keyboard';
 import { keyCodes } from '@ckeditor/ckeditor5-utils/src/keyboard';
 import KeystrokeHandler from '@ckeditor/ckeditor5-utils/src/keystrokehandler';
 import KeystrokeHandler from '@ckeditor/ckeditor5-utils/src/keystrokehandler';