diff --git a/lib/desktoptools.pm b/lib/desktoptools.pm index 57381817..94a2831f 100644 --- a/lib/desktoptools.pm +++ b/lib/desktoptools.pm @@ -39,14 +39,14 @@ sub check_application_information { # so we need to move there, if we want to see it. # The safest option is to hit the tab key until # we reach that element. - send_key_until_needlematch("software_download_size_$application", "tab", counter => 10); + send_key_until_needlematch("software_download_size_$application", "tab"); # Now, other metadata should be visible two, so let's check them assert_screen("software_safestatus_$application"); assert_screen("software_usage_$application"); assert_screen("software_rating_$application"); # Again, let's move a bit down - send_key_until_needlematch("software_website_$application", "tab", counter => 10); + send_key_until_needlematch("software_website_$application", "tab"); # Let's click on the link to open the website click_lastmatch();