Route layer menu clear through app core
This commit is contained in:
@@ -992,6 +992,12 @@ if(TARGET pano_cli)
|
||||
LABELS "app;document;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-layer-menu\".*\"command\":\"merge\".*\"action\":\"merge-with-lower-layer\".*\"label\":\"Merge with Paint\".*\"fromIndex\":2.*\"toIndex\":1")
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_menu_clear_smoke
|
||||
COMMAND pano_cli plan-layer-menu --command clear --current-index 1 --current-name Paint)
|
||||
set_tests_properties(pano_cli_plan_layer_menu_clear_smoke PROPERTIES
|
||||
LABELS "app;document;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-layer-menu\".*\"command\":\"clear\".*\"action\":\"clear-current-layer\".*\"label\":\"Clear Layer Paint\"")
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_menu_merge_animated_blocked_smoke
|
||||
COMMAND pano_cli plan-layer-menu --command merge --current-index 2 --current-name Ink --lower-name Paint --animation-duration 3)
|
||||
set_tests_properties(pano_cli_plan_layer_menu_merge_animated_blocked_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user