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:
parent
0ddf3e784c
commit
8a60991d0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user