Route layer panel view through app core
This commit is contained in:
@@ -1172,6 +1172,24 @@ if(TARGET pano_cli)
|
||||
LABELS "app;document;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_panel_view_smoke
|
||||
COMMAND pano_cli plan-layer-panel-view --layer-count 3 --current-index 1 --hidden-index 2 --locked-index 1 --current-opacity 0.25 --current-blend-mode 4)
|
||||
set_tests_properties(pano_cli_plan_layer_panel_view_smoke PROPERTIES
|
||||
LABELS "app;document;ui;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-layer-panel-view\".*\"layers\":3.*\"currentIndex\":1.*\"currentName\":\"Layer 1\".*\"currentOpacity\":0.25.*\"currentAlphaLocked\":true.*\"currentBlendMode\":4.*\"visibleLayers\":2.*\"lockedLayers\":1")
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_panel_view_rejects_bad_opacity
|
||||
COMMAND pano_cli plan-layer-panel-view --layer-count 2 --current-index 1 --current-opacity 1.5)
|
||||
set_tests_properties(pano_cli_plan_layer_panel_view_rejects_bad_opacity PROPERTIES
|
||||
LABELS "app;document;ui;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_panel_view_rejects_bad_current
|
||||
COMMAND pano_cli plan-layer-panel-view --layer-count 2 --current-index 2)
|
||||
set_tests_properties(pano_cli_plan_layer_panel_view_rejects_bad_current PROPERTIES
|
||||
LABELS "app;document;ui;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_merge_smoke
|
||||
COMMAND pano_cli plan-layer-merge --layer-count 3 --from-index 2 --to-index 1)
|
||||
set_tests_properties(pano_cli_plan_layer_merge_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user