mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 02:13:08 +00:00
Add still screen waiting to make it more reliable.
This commit is contained in:
parent
d9ba0883e7
commit
d061a5683e
@ -12,9 +12,11 @@ sub run {
|
|||||||
send_key("f10");
|
send_key("f10");
|
||||||
# Click on the About item
|
# Click on the About item
|
||||||
assert_and_click("eog_menu_about");
|
assert_and_click("eog_menu_about");
|
||||||
|
wait_still_screen(2);
|
||||||
assert_screen("eog_about_shown");
|
assert_screen("eog_about_shown");
|
||||||
# Click on Credits
|
# Click on Credits
|
||||||
assert_and_click("eog_about_credits");
|
assert_and_click("eog_about_credits");
|
||||||
|
wait_still_screen(2);
|
||||||
assert_screen("eog_credits_shown");
|
assert_screen("eog_credits_shown");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user