1
0
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:
Adam Williamson 2024-11-12 11:35:21 -08:00
parent e9e6923513
commit 6b8f8daf3a
3 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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