From 1e3c5796f2ed43757e378403582cf3f9166c0ac7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 19 Aug 2024 08:51:16 -0700 Subject: [PATCH] webui: make confirm install button optional It seems to be gone in latest webui build (13-1.fc42). Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 7c07ca08..511bb500 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -69,7 +69,7 @@ sub run { assert_and_click ["anaconda_main_hub_begin_installation", "anaconda_webui_begin_installation"]; if (match_has_tag "anaconda_webui_begin_installation") { $webui = 1; - assert_and_click "anaconda_webui_confirm_installation"; + click_lastmatch if (check_screen "anaconda_webui_confirm_installation", 10); } # If we want to test identification we will do it