Same workaround as last commit, for device type
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9b7a9c9cd8
commit
b1140dafde
@ -187,6 +187,12 @@ sub custom_change_type {
|
|||||||
assert_and_click "anaconda_part_device_type";
|
assert_and_click "anaconda_part_device_type";
|
||||||
# Move the mouse away from the menu
|
# Move the mouse away from the menu
|
||||||
mouse_set(10, 10);
|
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_device_type_$type";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
}
|
}
|
||||||
|
16
needles/anaconda/partitioning/device_type_active.json
Normal file
16
needles/anaconda/partitioning/device_type_active.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/anaconda/partitioning/device_type_active.png
Normal file
BIN
needles/anaconda/partitioning/device_type_active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
Loading…
Reference in New Issue
Block a user