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

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

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");
}