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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-10 09:00:41 -07:00
parent 02b32196d0
commit 07aa8cfb32
1 changed files with 3 additions and 2 deletions

View File

@ -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");