mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-29 09:03:08 +00:00
Update subroutine to deal with web browser.
This commit is contained in:
parent
f7487fa1a4
commit
060c5cc536
@ -53,6 +53,10 @@ sub check_application_information {
|
||||
# Check, that the webpage has opened with correct information.
|
||||
assert_screen("software_weblink_$application");
|
||||
assert_screen("software_webcontent_$application");
|
||||
|
||||
# Close the browser
|
||||
send_key("alt-f4");
|
||||
wait_still_screen(2);
|
||||
}
|
||||
|
||||
# This subroutine installs an application via the
|
||||
|
Loading…
Reference in New Issue
Block a user