diff --git a/needles/anaconda/install_source/add_dropdown-20230123.json b/needles/anaconda/install_source/add_dropdown-20230123.json new file mode 100644 index 00000000..e274c18a --- /dev/null +++ b/needles/anaconda/install_source/add_dropdown-20230123.json @@ -0,0 +1,15 @@ +{ + "area": [ + { + "height": 19, + "type": "match", + "ypos": 386, + "width": 81, + "xpos": 26 + } + ], + "properties": [], + "tags": [ + "anaconda_add_dropdown" + ] +} \ No newline at end of file diff --git a/needles/anaconda/install_source/add_dropdown-20230123.png b/needles/anaconda/install_source/add_dropdown-20230123.png new file mode 100644 index 00000000..ba4a10e8 Binary files /dev/null and b/needles/anaconda/install_source/add_dropdown-20230123.png differ diff --git a/tests/install_source_graphical.pm b/tests/install_source_graphical.pm index 354f868e..356d5a56 100644 --- a/tests/install_source_graphical.pm +++ b/tests/install_source_graphical.pm @@ -59,6 +59,7 @@ sub add_repo { $repourl =~ s/^ml://; } # configure an additional repository + assert_and_click "anaconda_add_dropdown"; assert_and_click "anaconda_add"; # shift-tab seven times gets us to the scheme box for (my $i = 0; $i < 7; $i++) {