1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-11 17:34:23 +00:00

Correct syntax.

This commit is contained in:
Lukas Ruzicka 2018-07-11 10:41:46 +02:00
parent e8d1045ff0
commit 013d312752

View File

@ -28,8 +28,8 @@ sub run {
# }
#}
if (check_screen 'desktop_package_tool_thirdparty_enable', 10) {
assert_and_click 'desktop_package_tool_thirdparty_enable_cancel', 10;
if (match_has_tag 'desktop_package_tool_thirdparty_enable', 10) {
assert_and_click 'desktop_package_tool_thirdparty_enable_cancel','left', 10;
}