mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 02:13:08 +00:00
Add waiting and use icon to enter the menu for certain parts.
This commit is contained in:
parent
1052712410
commit
0ddf3e784c
@ -12,6 +12,7 @@ sub run {
|
|||||||
|
|
||||||
# Shift-ctrl-S to save a file as a new file.
|
# Shift-ctrl-S to save a file as a new file.
|
||||||
send_key("shift-ctrl-s");
|
send_key("shift-ctrl-s");
|
||||||
|
wait_still_screen(3);
|
||||||
|
|
||||||
# Type the new name, this should be possible without any intervention.
|
# Type the new name, this should be possible without any intervention.
|
||||||
type_very_safely("new_image");
|
type_very_safely("new_image");
|
||||||
|
@ -14,7 +14,7 @@ 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("f10");
|
send_key("gnome_burger_menu");
|
||||||
# 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