From 63ae1774cb11d8d8f1307a06125e31c3e4d78040 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 6 Nov 2024 11:06:24 -0800 Subject: [PATCH] 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 --- tests/disk_custom_blivet_btrfs_preserve_home.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/disk_custom_blivet_btrfs_preserve_home.pm b/tests/disk_custom_blivet_btrfs_preserve_home.pm index b1eef763..51327491 100644 --- a/tests/disk_custom_blivet_btrfs_preserve_home.pm +++ b/tests/disk_custom_blivet_btrfs_preserve_home.pm @@ -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