mirror of
https://github.com/nasa/openmct.git
synced 2025-05-24 03:04:16 +00:00
[Layout] Refer to new scripts from test suites
Add entries for new scripts to test suites, to ensure tests fail until scripts added to support transition of Layout object/view (WTD-535) have been completed. WTD-535.
This commit is contained in:
parent
0a27ebfe09
commit
2ef244edce
@ -1,6 +1,7 @@
|
|||||||
[
|
[
|
||||||
"EditActionController",
|
"EditActionController",
|
||||||
"EditController",
|
"EditController",
|
||||||
|
"EditRepresenter",
|
||||||
"actions/CancelAction",
|
"actions/CancelAction",
|
||||||
"actions/EditAction",
|
"actions/EditAction",
|
||||||
"actions/PropertiesAction",
|
"actions/PropertiesAction",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
"ClickAwayController",
|
"ClickAwayController",
|
||||||
"ContextMenuController",
|
"ContextMenuController",
|
||||||
"MCTContainer",
|
"MCTContainer",
|
||||||
|
"MCTDrag",
|
||||||
"ToggleController",
|
"ToggleController",
|
||||||
"TreeNodeController",
|
"TreeNodeController",
|
||||||
"ViewSwitcherController"
|
"ViewSwitcherController"
|
||||||
|
4
platform/features/layout/test/suite.json
Normal file
4
platform/features/layout/test/suite.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[
|
||||||
|
"LayoutController",
|
||||||
|
"LayoutDrag"
|
||||||
|
]
|
@ -3,6 +3,7 @@
|
|||||||
"gestures/DragGesture",
|
"gestures/DragGesture",
|
||||||
"gestures/DropGesture",
|
"gestures/DropGesture",
|
||||||
"gestures/GestureProvider",
|
"gestures/GestureProvider",
|
||||||
|
"gestures/GestureRepresenter",
|
||||||
"MCTInclude",
|
"MCTInclude",
|
||||||
"MCTRepresentation"
|
"MCTRepresentation"
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user