1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Wait until the dialogue settles

This commit is contained in:
Lukáš Růžička 2024-02-20 15:01:14 +01:00
parent d775ef53c4
commit d656bc45a6

View File

@ -13,6 +13,7 @@ sub run {
# Select Save As # Select Save As
assert_and_click("evince_menu_saveas", button => "left", timeout => 30); assert_and_click("evince_menu_saveas", button => "left", timeout => 30);
wait_still_screen(2);
# Type a new name. # Type a new name.
type_very_safely("alternative"); type_very_safely("alternative");