diff --git a/tests/_software_selection.pm b/tests/_software_selection.pm index abc79b79..d7e319fc 100644 --- a/tests/_software_selection.pm +++ b/tests/_software_selection.pm @@ -28,6 +28,10 @@ sub run { } assert_and_click "anaconda_main_hub_select_packages"; + # as with installation destination, on wayland it seems like + # sometimes the first click is lost, so click twice + sleep 1; + click_lastmatch; wait_still_screen 3; # select desired environment diff --git a/tests/install_source_graphical.pm b/tests/install_source_graphical.pm index bd416317..3e16b891 100644 --- a/tests/install_source_graphical.pm +++ b/tests/install_source_graphical.pm @@ -58,6 +58,10 @@ sub run { # Go into the Install Source spoke assert_and_click "anaconda_main_hub_installation_source"; + # as with installation destination, on wayland it seems like + # sometimes the first click is lost, so click twice + sleep 1; + click_lastmatch; main_repo() if (get_var("REPOSITORY_GRAPHICAL") || get_var("MIRRORLIST_GRAPHICAL"));