Add still screen waiting to make it more reliable.

This commit is contained in:
Lukáš Růžička 2022-01-24 12:22:41 +01:00
parent d9ba0883e7
commit d061a5683e
1 changed files with 2 additions and 0 deletions

View File

@ -12,9 +12,11 @@ sub run {
send_key("f10");
# Click on the About item
assert_and_click("eog_menu_about");
wait_still_screen(2);
assert_screen("eog_about_shown");
# Click on Credits
assert_and_click("eog_about_credits");
wait_still_screen(2);
assert_screen("eog_credits_shown");
}