1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 06:57:23 +00:00

Make the Software welcome->ignore change in apps_startstop too

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-01-11 09:16:31 -08:00
parent 279ae24fc1
commit a64cadb8fe

View File

@ -12,8 +12,12 @@ sub run {
start_with_launcher('apps_menu_software'); start_with_launcher('apps_menu_software');
# check if a welcome screen appears, if so, click on it # check if third party dialog appears, if so, click it away
send_key 'ret' if (check_screen('gnome_software_welcome', 10)); if (check_screen 'gnome_software_ignore', 10) {
wait_still_screen 3;
# match again as the dialog may have moved a bit
assert_and_click 'gnome_software_ignore';
}
assert_screen 'desktop_package_tool_update'; assert_screen 'desktop_package_tool_update';
# Register application # Register application
register_application("gnome-software"); register_application("gnome-software");