From 2b158c60e51e3b3add1bee6db475cb5e21b9c9db Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 Dec 2019 09:22:02 -0800 Subject: [PATCH] Try yet another way to work around KDE live anaconda launch fail Sigh. Let's just try clicking it again... Signed-off-by: Adam Williamson --- tests/_boot_to_anaconda.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index f14bf3f3..5e3705e1 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -113,9 +113,12 @@ sub run { else { # on lives, we have to explicitly launch anaconda if (get_var('LIVE')) { - # try and avoid click errors on KDE... - mouse_set(10, 10) if (get_var("DESKTOP") eq "kde"); _assert_and_click("live_start_anaconda_icon", timeout=>300); + unless (check_screen "anaconda_select_install_lang", 180) { + # click it again - on KDE since 2019-10 or so it seems + # like the first attempt sometimes just doesn't work + _assert_and_click("live_start_anaconda_icon", timeout=>300); + } } my $language = get_var('LANGUAGE') || 'english'; # wait for anaconda to appear; we click to work around