From 6443d364b98585d7513d7c552700c91f60ecfb76 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 10 Jul 2017 15:15:41 -0700 Subject: [PATCH] Fix a typo in the RHBZ#1444225 workaround --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 4d7c5d60..46de8291 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -14,7 +14,7 @@ sub run { if (check_screen "anaconda_main_hub_install_destination_warning", 1) { record_soft_failure "RHBZ #1444225 (INSTALLATION DESTINATION bug)"; assert_and_click "anaconda_main_hub_install_destination"; - wait_still screen 2; + wait_still_screen 2; assert_and_click "anaconda_spoke_done"; } }