mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Correct syntax in commands.
This commit is contained in:
parent
4c848df8ef
commit
f5518941d0
@ -35,13 +35,13 @@ sub run {
|
||||
|
||||
# the previous step checked the screen, now click on the update
|
||||
# button
|
||||
assert_and_click 'desktop_package_tool_update', 120;
|
||||
assert_and_click 'desktop_package_tool_update','left', 120;
|
||||
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','left', 300;
|
||||
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','left', 300;
|
||||
|
||||
# wait for refresh, then apply updates, using a C-style loop so we
|
||||
# can reset it if needed due to RHBZ #1314991
|
||||
|
Loading…
Reference in New Issue
Block a user