mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Add cancellation step for third party repos.
This commit is contained in:
parent
a61f199db9
commit
d53e15d521
@ -28,6 +28,11 @@ sub run {
|
||||
# }
|
||||
#}
|
||||
|
||||
if (check_screen 'desktop_package_tool_thirdparty_enable', 10) {
|
||||
assert_and_click 'desktop_package_tool_thirdparty_enable_cancel', 10;
|
||||
}
|
||||
|
||||
|
||||
# the previous step checked the screen, now click on the update
|
||||
# button
|
||||
assert_and_click 'desktop_package_tool_update', 120;
|
||||
|
Loading…
Reference in New Issue
Block a user