From f4fbbe65e398bee8cf4085690e80a096d4b51b30 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 05 2022 02:39:08 +0000 Subject: Typing 'gnome-text-editor' on Silverblue doesn't find the app So just type 'text-editor'. If you have both gedit and gte installed this will find both, but that should never be the case so it should be OK. Signed-off-by: Adam Williamson --- diff --git a/tests/applications/gnome-text-editor/aaa_setup.pm b/tests/applications/gnome-text-editor/aaa_setup.pm index 4a64386..c410e63 100644 --- a/tests/applications/gnome-text-editor/aaa_setup.pm +++ b/tests/applications/gnome-text-editor/aaa_setup.pm @@ -18,7 +18,7 @@ sub run { desktop_vt(); # Start the application - menu_launch_type("gnome-text-editor"); + menu_launch_type("text-editor"); # Check that it started assert_screen("apps_run_texteditor");