Wait for screen to settle during disk_custom_with_swap

Seems we can get the UI into a buggy state if we click the + too
fast here on aarch64.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-17 12:15:44 -07:00
parent 05dfbef1a8
commit dfafdc22dd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ sub run {
send_key "tab";
type_very_safely "8 GiB";
assert_and_click "anaconda_part_update_settings";
wait_still_screen 5;
# Add swap
assert_and_click "anaconda_part_add";
type_very_safely "swap";