mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
blivet btrfs preserve home: workaround filesystem list issue
See https://bugzilla.redhat.com/show_bug.cgi?id=2324231 - since the port to Wayland, the entry we need in the filesystem list is not visible at first, we need to scroll the list to find it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d69af30671
commit
63ae1774cb
@ -23,6 +23,12 @@ sub run {
|
||||
# Select the Format option
|
||||
assert_and_click "anaconda_blivet_part_format";
|
||||
assert_and_click "anaconda_blivet_part_fs_select";
|
||||
unless (check_screen "anaconda_blivet_part_fs_efi_filesystem", 5) {
|
||||
record_soft_failure "https://bugzilla.redhat.com/show_bug.cgi?id=2324231";
|
||||
for (1 .. 15) {
|
||||
send_key "up";
|
||||
}
|
||||
}
|
||||
assert_and_click "anaconda_blivet_part_fs_efi_filesystem";
|
||||
# Select the mountpoint field
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user