mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-18 00:23:11 +00:00
Robustify /boot selection in blivet_btrfs_preserve_home
This is failing often since the Wayland port, add a second click if the first doesn't select the partition. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e9e6923513
commit
6b8f8daf3a
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 339,
|
||||
"ypos": 346,
|
||||
"width": 116,
|
||||
"height": 16,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_blivet_part_boot_selected"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
@ -40,7 +40,9 @@ sub run {
|
||||
}
|
||||
|
||||
# Reformat the /boot partition
|
||||
wait_still_screen 2;
|
||||
assert_and_click "anaconda_blivet_part_boot";
|
||||
assert_and_click "anaconda_blivet_part_boot" unless (check_screen "anaconda_blivet_part_boot_selected", 5);
|
||||
wait_still_screen 5;
|
||||
|
||||
# Go to the partition settings
|
||||
|
Loading…
Reference in New Issue
Block a user