From 3b2e0b60b3eb2d772857411d9434cef174daeff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Wed, 29 Jul 2015 08:16:05 +0200 Subject: [PATCH] wait for anaconda even on live system Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D478 --- 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 01fcba55..bffe3a90 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -38,9 +38,9 @@ sub run { # on lives, we have to explicitly launch anaconda if (get_var('LIVE')) { assert_and_click "live_initial_anaconda_launcher", '', 300; - } else { - assert_screen "anaconda_select_install_lang", 300; } + # wait for anaconda to appear + assert_screen "anaconda_select_install_lang", 300; # Select install language assert_and_click "anaconda_select_install_lang_input"; type_string "english";