diff --git a/needles/anaconda/lang_select/install_lang_inactive-20180425.json b/needles/anaconda/lang_select/install_lang_inactive-20180425.json new file mode 100644 index 00000000..f6e5d585 --- /dev/null +++ b/needles/anaconda/lang_select/install_lang_inactive-20180425.json @@ -0,0 +1,16 @@ +{ + "properties": [], + "area": [ + { + "width": 84, + "type": "match", + "ypos": 103, + "xpos": 357, + "height": 28 + } + ], + "tags": [ + "ENV-DISTRI-fedora", + "anaconda_select_install_lang", + ] +} diff --git a/needles/anaconda/lang_select/install_lang_inactive-20180425.png b/needles/anaconda/lang_select/install_lang_inactive-20180425.png new file mode 100644 index 00000000..ff3e9cf7 Binary files /dev/null and b/needles/anaconda/lang_select/install_lang_inactive-20180425.png differ diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 30c1ef1d..a984e9c0 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -50,8 +50,9 @@ sub run { assert_and_click "live_start_anaconda_icon", '', 300; } my $language = get_var('LANGUAGE') || 'english'; - # wait for anaconda to appear - assert_screen "anaconda_select_install_lang", 300; + # wait for anaconda to appear; we click to work around + # RHBZ #1566066 if it happens + assert_and_click "anaconda_select_install_lang", '', 300; # Select install language wait_screen_change { assert_and_click "anaconda_select_install_lang_input"; }; type_safely $language;