1
0
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:
Lukas Ruzicka 2023-03-21 12:01:41 +01:00
parent f7487fa1a4
commit 060c5cc536

View File

@ -53,6 +53,10 @@ sub check_application_information {
# Check, that the webpage has opened with correct information. # Check, that the webpage has opened with correct information.
assert_screen("software_weblink_$application"); assert_screen("software_weblink_$application");
assert_screen("software_webcontent_$application"); assert_screen("software_webcontent_$application");
# Close the browser
send_key("alt-f4");
wait_still_screen(2);
} }
# This subroutine installs an application via the # This subroutine installs an application via the