diff --git a/needles/anaconda_select_install_lang_input.json b/needles/anaconda_select_install_lang_input.json new file mode 100644 index 00000000..1f7f96e7 --- /dev/null +++ b/needles/anaconda_select_install_lang_input.json @@ -0,0 +1,18 @@ +{ + "properties": [], + "area": [ + { + "xpos": 511, + "ypos": 649, + "width": 59, + "height": 19, + "type": "match" + } + ], + "tags": [ + "anaconda_select_install_lang_input", + "ENV-DISTRI-fedora", + "ENV-INSTLANG-en_US", + "ENV-FLAVOR-server" + ] +} \ No newline at end of file diff --git a/needles/anaconda_select_install_lang_input.png b/needles/anaconda_select_install_lang_input.png new file mode 100644 index 00000000..43d5fd6c Binary files /dev/null and b/needles/anaconda_select_install_lang_input.png differ diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 3603416c..6e90c949 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -38,7 +38,7 @@ sub run { { # Select install language assert_screen "anaconda_select_install_lang", 300; - sleep 4; # TODO: sometimes, input box is not focused. check if this solves it + assert_and_click "anaconda_select_install_lang_input"; type_string "english"; assert_and_click "anaconda_select_install_lang_english_filtered"; assert_screen "anaconda_select_install_lang_english_selected", 3;