mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-22 15:14:32 +00:00
Enhance the pic_to_wallpaper
This commit is contained in:
parent
8a60991d0a
commit
a26d39e104
@ -13,11 +13,15 @@ sub run {
|
|||||||
assert_and_click("gnome_burger_menu");
|
assert_and_click("gnome_burger_menu");
|
||||||
# Set as background
|
# Set as background
|
||||||
assert_and_click("eog_set_wallpaper");
|
assert_and_click("eog_set_wallpaper");
|
||||||
|
wait_still_screen(3);
|
||||||
|
# Check that the dialogue has appeared
|
||||||
|
assert_screen("eog_wallpaper_set_window");
|
||||||
# Confirm
|
# Confirm
|
||||||
send_key("tab");
|
send_key("tab");
|
||||||
send_key("ret");
|
send_key("ret");
|
||||||
# Close the application
|
# Close the application
|
||||||
send_key("ctrl-q");
|
send_key("ctrl-q");
|
||||||
|
wait_still_screen(3);
|
||||||
# Check that the wallpaper was set
|
# Check that the wallpaper was set
|
||||||
assert_screen("eog_image_background");
|
assert_screen("eog_image_background");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user