mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +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:
parent
279ae24fc1
commit
a64cadb8fe
@ -12,8 +12,12 @@ sub run {
|
||||
start_with_launcher('apps_menu_software');
|
||||
|
||||
|
||||
# check if a welcome screen appears, if so, click on it
|
||||
send_key 'ret' if (check_screen('gnome_software_welcome', 10));
|
||||
# check if third party dialog appears, if so, click it away
|
||||
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';
|
||||
# Register application
|
||||
register_application("gnome-software");
|
||||
|
Loading…
Reference in New Issue
Block a user