diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 360a0e07..d7f8eda5 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -54,7 +54,10 @@ sub run { if (lc(get_var('VERSION')) eq "rawhide") { $timeout = 2400; } - assert_and_click "anaconda_install_done", '', $timeout; + assert_screen "anaconda_install_done", '', $timeout; + # wait for transition to complete so we don't click in the sidebar + wait_still_screen 3; + assert_and_click "anaconda_install_done"; if (get_var('LIVE')) { x11_start_program("reboot"); }