mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 10:23:09 +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:
parent
6544850829
commit
f4fbbe65e3
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user