diff --git a/needles/provided_second_partition_intact.json b/needles/provided_second_partition_intact.json new file mode 100644 index 00000000..20b6538e --- /dev/null +++ b/needles/provided_second_partition_intact.json @@ -0,0 +1,18 @@ +{ + "tags": [ + "provided_second_partition_intact", + "ENV-DISTRI-fedora", + "ENV-INSTLANG-en_US", + "ENV-OFW-1", + "ENV-FLAVOR-server" + ], + "area": [ + { + "xpos": 0, + "ypos": 0, + "width": 88, + "height": 95, + "type": "match" + } + ] +} \ No newline at end of file diff --git a/needles/provided_second_partition_intact.png b/needles/provided_second_partition_intact.png new file mode 100644 index 00000000..a52e9df1 Binary files /dev/null and b/needles/provided_second_partition_intact.png differ diff --git a/tests/disk_guided_delete_partial_postinstall.pm b/tests/disk_guided_delete_partial_postinstall.pm index 7733d843..a4d6f8a4 100644 --- a/tests/disk_guided_delete_partial_postinstall.pm +++ b/tests/disk_guided_delete_partial_postinstall.pm @@ -9,7 +9,7 @@ sub run { assert_screen "console_command_success"; type_string "reset; cat /mnt/testfile"; send_key "ret"; - assert_screen "provided_disk_intact"; + assert_screen "provided_second_partition_intact"; } sub test_flags {