click on input box in select lang

This commit is contained in:
Garret Raziel 2015-02-20 10:30:23 +01:00 committed by root
parent b3e118fe79
commit f51b1c916e
3 changed files with 19 additions and 1 deletions

View File

@ -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"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -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;