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

Update command

This commit is contained in:
Lukas Ruzicka 2023-03-21 17:07:15 +01:00
parent c9a107f752
commit 110927e292

View File

@ -39,14 +39,14 @@ sub check_application_information {
# so we need to move there, if we want to see it. # so we need to move there, if we want to see it.
# The safest option is to hit the tab key until # The safest option is to hit the tab key until
# we reach that element. # 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 # Now, other metadata should be visible two, so let's check them
assert_screen("software_safestatus_$application"); assert_screen("software_safestatus_$application");
assert_screen("software_usage_$application"); assert_screen("software_usage_$application");
assert_screen("software_rating_$application"); assert_screen("software_rating_$application");
# Again, let's move a bit down # 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 # Let's click on the link to open the website
click_lastmatch(); click_lastmatch();