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:
parent
c9a107f752
commit
110927e292
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user