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:
parent
05dfbef1a8
commit
dfafdc22dd
@ -19,6 +19,7 @@ sub run {
|
|||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_very_safely "8 GiB";
|
type_very_safely "8 GiB";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
|
wait_still_screen 5;
|
||||||
# Add swap
|
# Add swap
|
||||||
assert_and_click "anaconda_part_add";
|
assert_and_click "anaconda_part_add";
|
||||||
type_very_safely "swap";
|
type_very_safely "swap";
|
||||||
|
Loading…
Reference in New Issue
Block a user