mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 02:13:08 +00:00
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:
parent
02b32196d0
commit
07aa8cfb32
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user