diff --git a/platform/commonUI/edit/test/suite.json b/platform/commonUI/edit/test/suite.json index 1456a1f621..98a0d3de00 100644 --- a/platform/commonUI/edit/test/suite.json +++ b/platform/commonUI/edit/test/suite.json @@ -1,6 +1,7 @@ [ "EditActionController", "EditController", + "EditRepresenter", "actions/CancelAction", "actions/EditAction", "actions/PropertiesAction", diff --git a/platform/commonUI/general/test/suite.json b/platform/commonUI/general/test/suite.json index 45fe995553..7d1f773796 100644 --- a/platform/commonUI/general/test/suite.json +++ b/platform/commonUI/general/test/suite.json @@ -3,6 +3,7 @@ "ClickAwayController", "ContextMenuController", "MCTContainer", + "MCTDrag", "ToggleController", "TreeNodeController", "ViewSwitcherController" diff --git a/platform/features/layout/test/suite.json b/platform/features/layout/test/suite.json new file mode 100644 index 0000000000..9fbd76b85f --- /dev/null +++ b/platform/features/layout/test/suite.json @@ -0,0 +1,4 @@ +[ + "LayoutController", + "LayoutDrag" +] \ No newline at end of file diff --git a/platform/representation/test/suite.json b/platform/representation/test/suite.json index 0d26002539..16483cec4f 100644 --- a/platform/representation/test/suite.json +++ b/platform/representation/test/suite.json @@ -3,6 +3,7 @@ "gestures/DragGesture", "gestures/DropGesture", "gestures/GestureProvider", + "gestures/GestureRepresenter", "MCTInclude", "MCTRepresentation" ] \ No newline at end of file