mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Drop a no-op workaround (needle hasn't existed since 2021)
The needle that backs this workaround was dropped in the 2021 needle cleanup, so it's never worked since then. I checked, and no aarch64 tests seem to be failing on this any more. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2909451887
commit
88f422a38f
@ -107,12 +107,6 @@ sub custom_scheme_select {
|
|||||||
assert_and_click "anaconda_part_scheme";
|
assert_and_click "anaconda_part_scheme";
|
||||||
# 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_scheme_active", 5) {
|
|
||||||
assert_and_click "anaconda_part_scheme_active";
|
|
||||||
mouse_set(10, 10);
|
|
||||||
}
|
|
||||||
assert_and_click "anaconda_part_scheme_$scheme";
|
assert_and_click "anaconda_part_scheme_$scheme";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user