From a881d227fb8eeb8c342700ffb5024b8f7fda90a1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 30 2023 17:31:28 +0000 Subject: apps_startstop: tweak print theme editor launch to avoid #2165657 Typing a partial binary name no longer seems to work. Typing the full binary name works, but differently from before; seems best to do a partial entry name search so we launch the actual entry, not the executable directly. Signed-off-by: Adam Williamson --- diff --git a/tests/apps_startstop/kde/cpteditor.pm b/tests/apps_startstop/kde/cpteditor.pm index 4aae5f4..2d8471c 100644 --- a/tests/apps_startstop/kde/cpteditor.pm +++ b/tests/apps_startstop/kde/cpteditor.pm @@ -7,7 +7,7 @@ use utils; sub run { my $self = shift; - menu_launch_type 'printthemeeditor'; + menu_launch_type 'print theme'; # Check that it is started assert_screen 'cpteditor_runs', timeout => 60; # Close the application