diff --git a/needles/anaconda/webui/anaconda_webui_select-20240925.json b/needles/anaconda/webui/anaconda_webui_select-20240925.json new file mode 100644 index 00000000..3ff15161 --- /dev/null +++ b/needles/anaconda/webui/anaconda_webui_select-20240925.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "xpos": 270, + "ypos": 337, + "width": 50, + "height": 17, + "type": "match" + } + ], + "properties": [], + "tags": [ + "anaconda_webui_select" + ] +} \ No newline at end of file diff --git a/needles/anaconda/webui/anaconda_webui_select-20240925.png b/needles/anaconda/webui/anaconda_webui_select-20240925.png new file mode 100644 index 00000000..82351ea6 Binary files /dev/null and b/needles/anaconda/webui/anaconda_webui_select-20240925.png differ diff --git a/needles/anaconda/webui/select_disk_1-webui-20240925.json b/needles/anaconda/webui/select_disk_1-webui-20240925.json new file mode 100644 index 00000000..89eb19b9 --- /dev/null +++ b/needles/anaconda/webui/select_disk_1-webui-20240925.json @@ -0,0 +1,17 @@ +{ + "area": [ + { + "type": "match", + "xpos": 363, + "ypos": 188, + "width": 17, + "height": 24 + } + ], + "properties": [], + "tags": [ + "anaconda_install_destination_select_disk_1", + "ENV-DISTRI-fedora", + "ENV-FLAVOR-server" + ] +} \ No newline at end of file diff --git a/needles/anaconda/webui/select_disk_1-webui-20240925.png b/needles/anaconda/webui/select_disk_1-webui-20240925.png new file mode 100644 index 00000000..774121ba Binary files /dev/null and b/needles/anaconda/webui/select_disk_1-webui-20240925.png differ diff --git a/needles/anaconda/webui/webui_disk_select-20240925.json b/needles/anaconda/webui/webui_disk_select-20240925.json new file mode 100644 index 00000000..58bc271b --- /dev/null +++ b/needles/anaconda/webui/webui_disk_select-20240925.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "height": 24, + "ypos": 249, + "xpos": 266, + "width": 141, + "type": "match" + } + ], + "properties": [], + "tags": [ + "anaconda_webui_disk_select" + ] +} \ No newline at end of file diff --git a/needles/anaconda/webui/webui_disk_select-20240925.png b/needles/anaconda/webui/webui_disk_select-20240925.png new file mode 100644 index 00000000..a939e25f Binary files /dev/null and b/needles/anaconda/webui/webui_disk_select-20240925.png differ diff --git a/tests/disk_guided_empty.pm b/tests/disk_guided_empty.pm index 4788897e..e46b10f7 100644 --- a/tests/disk_guided_empty.pm +++ b/tests/disk_guided_empty.pm @@ -17,6 +17,8 @@ sub run { if (get_var("NUMDISKS") > 1) { assert_and_click "anaconda_webui_disk_select"; assert_and_click "anaconda_install_destination_select_disk_1"; + # since webui 16, we have to click a Select button too + click_lastmatch if (check_screen "anaconda_webui_select"); } # assume default selection is the appropriate one; if it # isn't, we'll fail soon enough