mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-13 10:24:20 +00:00
Try different sleep.
This commit is contained in:
parent
9657ca9ebe
commit
0f715ce1f0
@ -40,7 +40,8 @@ sub run {
|
|||||||
}
|
}
|
||||||
assert_and_click 'desktop_package_tool_update';
|
assert_and_click 'desktop_package_tool_update';
|
||||||
# sometimes, refreshing does not work when clicked too soon
|
# sometimes, refreshing does not work when clicked too soon
|
||||||
sleep 20;
|
#sleep 20;
|
||||||
|
wait_still_screen 20;
|
||||||
# if this is KDE and it had already noticed the notification, we
|
# if this is KDE and it had already noticed the notification, we
|
||||||
# will already have the apply button at this point
|
# will already have the apply button at this point
|
||||||
unless (check_screen 'desktop_package_tool_update_apply', 5) {
|
unless (check_screen 'desktop_package_tool_update_apply', 5) {
|
||||||
|
Loading…
Reference in New Issue
Block a user