From dfafdc22ddb5899727a23a702f425a5a17d167e8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 17 Mar 2021 12:15:44 -0700 Subject: [PATCH] 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 --- tests/disk_custom_with_swap.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/disk_custom_with_swap.pm b/tests/disk_custom_with_swap.pm index 509f2c96..3bb6161a 100644 --- a/tests/disk_custom_with_swap.pm +++ b/tests/disk_custom_with_swap.pm @@ -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";