mirror of
https://github.com/nasa/openmct.git
synced 2025-04-07 11:26:49 +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",
|
||||
"EditController",
|
||||
"EditRepresenter",
|
||||
"actions/CancelAction",
|
||||
"actions/EditAction",
|
||||
"actions/PropertiesAction",
|
||||
|
@ -3,6 +3,7 @@
|
||||
"ClickAwayController",
|
||||
"ContextMenuController",
|
||||
"MCTContainer",
|
||||
"MCTDrag",
|
||||
"ToggleController",
|
||||
"TreeNodeController",
|
||||
"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/DropGesture",
|
||||
"gestures/GestureProvider",
|
||||
"gestures/GestureRepresenter",
|
||||
"MCTInclude",
|
||||
"MCTRepresentation"
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user