diff --git a/needles/anaconda/partitioning/anaconda_part_size_changed_blivet.json b/needles/anaconda/partitioning/anaconda_part_size_changed_blivet.json new file mode 100644 index 00000000..2bda0400 --- /dev/null +++ b/needles/anaconda/partitioning/anaconda_part_size_changed_blivet.json @@ -0,0 +1,15 @@ +{ + "properties": [], + "tags": [ + "anaconda_part_size_changed" + ], + "area": [ + { + "xpos": 468, + "ypos": 323, + "width": 43, + "height": 16, + "type": "match" + } + ] +} \ No newline at end of file diff --git a/needles/anaconda/partitioning/anaconda_part_size_changed_blivet.png b/needles/anaconda/partitioning/anaconda_part_size_changed_blivet.png new file mode 100644 index 00000000..67664501 Binary files /dev/null and b/needles/anaconda/partitioning/anaconda_part_size_changed_blivet.png differ diff --git a/tests/disk_custom_blivet_resize_lvm.pm b/tests/disk_custom_blivet_resize_lvm.pm index 9d6cf91d..1dfdd65a 100644 --- a/tests/disk_custom_blivet_resize_lvm.pm +++ b/tests/disk_custom_blivet_resize_lvm.pm @@ -60,6 +60,8 @@ sub run { activate("root"); custom_blivet_resize_partition(size => '13', units => 'GiB'); wait_still_screen 5; + # Check that the value has been accepted by Anaconda + assert_screen "anaconda_part_size_changed"; # Now format the resized root partition. It seems that the focus returns to the first # partition in the view, so we need to activate this again before we attempt to do