1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 00:37:22 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-04 18:39:08 -08:00
parent 6544850829
commit f4fbbe65e3

View File

@ -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");