anaconda_help: try a wait_still_screen after install_destination
Still hitting a fail sometimes on the spoke after Installation Destination, when anaconda is still sorting things out and the test tries to do stuff too fast. e.g. https://openqa.stg.fedoraproject.org/tests/1206252 . See if this helps. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2583f18c05
commit
f91b21dec9
@ -355,6 +355,8 @@ sub check_help_on_pane {
|
||||
# can throw off the match here. so we'll try hitting shift-tab
|
||||
# a few times to shift focus
|
||||
send_key_until_needlematch("anaconda_main_hub", "shift-tab");
|
||||
# things can take some time to settle after this one
|
||||
wait_still_screen 10 if ($screen eq "install_destination");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user