From a0a63256d02680b8e9cc7e828ad906a7c0e52c72 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Nov 2017 13:42:21 -0800 Subject: [PATCH] Whoops, do that last thing properly We need the 60 second timeout here, not the other place. --- tests/_boot_to_anaconda.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 6fef1fb4..30c1ef1d 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -61,8 +61,8 @@ sub run { assert_screen "anaconda_select_install_lang_selected", 3; assert_and_click "anaconda_select_install_lang_continue"; - if ( check_screen "anaconda_rawhide_accept_fate" ) { - assert_and_click "anaconda_rawhide_accept_fate", '', 60; + if ( check_screen "anaconda_rawhide_accept_fate", 60 ) { + assert_and_click "anaconda_rawhide_accept_fate"; } # wait for Anaconda hub to appear