1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-14 10:44:22 +00:00

Repair needle calling.

This commit is contained in:
Lukas Ruzicka 2018-06-29 10:36:26 +02:00
parent 13b1f40c3b
commit e2fbefde6e

View File

@ -20,7 +20,7 @@ sub run {
# this launches GNOME Software on GNOME, dunno for any other # this launches GNOME Software on GNOME, dunno for any other
# desktop yet # desktop yet
assert_screen 'desktop_clean_gnome', 10; assert_screen 'graphical_desktop_clean', 10;
send_key 'alt-f1'; send_key 'alt-f1';
wait_still_screen 2; wait_still_screen 2;
assert_and_click 'overview_package_tool_icon'; assert_and_click 'overview_package_tool_icon';
@ -58,8 +58,6 @@ sub run {
# mouse_hide; # mouse_hide;
# } # }
wait_still_screen 5;
assert_and_click 'desktop_package_tool_install';
# on GNOME, wait for reboots. # on GNOME, wait for reboots.
if ($desktop eq 'gnome') { if ($desktop eq 'gnome') {
# handle reboot confirm screen which pops up when user is # handle reboot confirm screen which pops up when user is