mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Add click on Update
This commit is contained in:
parent
3c6cf1c3bf
commit
f785a055aa
@ -27,9 +27,15 @@ sub run {
|
|||||||
mouse_hide;
|
mouse_hide;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# a banner informs about new version, download it
|
|
||||||
|
# the previous step checked the screen, now click on the update
|
||||||
|
# button
|
||||||
|
assert_and_click 'desktop_package_tool_update', 20;
|
||||||
|
wait_still_screen 2;
|
||||||
|
# a banner should inform about new version, download it
|
||||||
assert_and_click 'desktop_package_tool_download', 300;
|
assert_and_click 'desktop_package_tool_download', 300;
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
|
# after the download, Install the updates
|
||||||
assert_and_click 'desktop_package_tool_install', 300;
|
assert_and_click 'desktop_package_tool_install', 300;
|
||||||
|
|
||||||
# wait for refresh, then apply updates, using a C-style loop so we
|
# wait for refresh, then apply updates, using a C-style loop so we
|
||||||
|
Loading…
Reference in New Issue
Block a user