From 07aa8cfb32ea56ecdd4f63b18646e3791ad4c50d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 10 Aug 2021 09:00:41 -0700 Subject: [PATCH] More tweaking of anaconda_help annoying part Grr, with the screen changes and the animations...waiting for screen to change when clicking a button doesn't work very well as the button animation often counts as a 'screen change', so we're still having issues with the stupid animation transition. Let's see if this helps. Signed-off-by: Adam Williamson --- tests/anaconda_help.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index b0581f8b..c28ec0f0 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -55,11 +55,12 @@ sub run { type_safely "weakrootpassword"; send_key "tab"; type_safely "weakrootpassword"; - wait_screen_change { assert_and_click "anaconda_spoke_done"; }; + assert_and_click "anaconda_spoke_done"; } # Begin installation after waiting out animation + assert_screen "anaconda_main_hub_begin_installation", 90; wait_still_screen 5; - wait_screen_change { assert_and_click("anaconda_main_hub_begin_installation", timeout => 90); }; + click_lastmatch; # Check the last Help screen check_help_on_pane("installation_progress");