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
1 changed files with 1 additions and 0 deletions

View File

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