diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 83d307c9..a98e6a73 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -121,6 +121,9 @@ sub run { while ($timeout > 0) { # move the mouse a bit mouse_set 100, 100; + # also click, if we're a VNC client, seems just moving mouse + # isn't enough to defeat blanking + mouse_click if (get_var("VNC_CLIENT")); mouse_hide; last if (check_screen "anaconda_install_done", $interval); $timeout -= $interval;