mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 23:03:08 +00:00
Avoid duplication between desktop_update and 'software' app test
The 'software' test module in GNOME apps_startstop does a subset of what the desktop_update_graphical test does already, but using its own needles. Let's just have it use the same needles. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c0e83e3e3d
commit
1aee5d1ec0
@ -13,11 +13,8 @@ sub run {
|
||||
|
||||
|
||||
# check if a welcome screen appears, if so, click on it
|
||||
if (check_screen('apps_run_software_welcome', 1)) {
|
||||
assert_and_click 'apps_run_software_welcome';
|
||||
wait_still_screen 2;
|
||||
}
|
||||
assert_screen 'apps_run_software';
|
||||
send_key 'ret' if (check_screen('gnome_software_welcome', 10));
|
||||
assert_screen 'desktop_package_tool_update';
|
||||
# Register application
|
||||
register_application("gnome-software");
|
||||
# Close the application
|
||||
|
Loading…
Reference in New Issue
Block a user