mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
click on input box in select lang
This commit is contained in:
parent
b3e118fe79
commit
f51b1c916e
18
needles/anaconda_select_install_lang_input.json
Normal file
18
needles/anaconda_select_install_lang_input.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/anaconda_select_install_lang_input.png
Normal file
BIN
needles/anaconda_select_install_lang_input.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
@ -38,7 +38,7 @@ sub run {
|
|||||||
{
|
{
|
||||||
# Select install language
|
# Select install language
|
||||||
assert_screen "anaconda_select_install_lang", 300;
|
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";
|
type_string "english";
|
||||||
assert_and_click "anaconda_select_install_lang_english_filtered";
|
assert_and_click "anaconda_select_install_lang_english_filtered";
|
||||||
assert_screen "anaconda_select_install_lang_english_selected", 3;
|
assert_screen "anaconda_select_install_lang_english_selected", 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user