1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-03 08:03:14 +00:00

Correct the command.

This commit is contained in:
Lukáš Růžička 2022-01-25 10:55:08 +01:00
parent 0ddf3e784c
commit 8a60991d0a

View File

@ -14,7 +14,8 @@ sub run {
unless (check_screen("eog_gallery_shown")) { unless (check_screen("eog_gallery_shown")) {
record_soft_failure("Key combo does not work, issue https://gitlab.gnome.org/GNOME/gtk/-/issues/4171"); record_soft_failure("Key combo does not work, issue https://gitlab.gnome.org/GNOME/gtk/-/issues/4171");
# Open the menu # Open the menu
send_key("gnome_burger_menu"); assert_and_click("gnome_burger_menu");
wait_still_screen(3);
# Open Submenu Show # Open Submenu Show
assert_and_click("eog_submenu_show"); assert_and_click("eog_submenu_show");
# Toggle gallery # Toggle gallery