Same workaround as last commit, for device type

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-06-15 14:34:56 -07:00
parent 9b7a9c9cd8
commit b1140dafde
3 changed files with 22 additions and 0 deletions

View File

@ -187,6 +187,12 @@ sub custom_change_type {
assert_and_click "anaconda_part_device_type";
# Move the mouse away from the menu
mouse_set(10, 10);
# workaround for bug aarch64 tests sometimes hit - menu doesn't
# open when clicked. just click it again.
if (check_screen "anaconda_part_device_type_active", 5) {
assert_and_click "anaconda_part_device_type_active";
mouse_set(10, 10);
}
assert_and_click "anaconda_part_device_type_$type";
assert_and_click "anaconda_part_update_settings";
}

View File

@ -0,0 +1,16 @@
{
"area": [
{
"xpos": 494,
"ypos": 288,
"width": 84,
"height": 49,
"type": "match"
}
],
"properties": [],
"tags": [
"ENV-DISTRI-fedora",
"anaconda_part_device_type_active"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB